NetWasm.System.Text.Json
0.1.0-alpha.1
See the version list below for details.
dotnet add package NetWasm.System.Text.Json --version 0.1.0-alpha.1
NuGet\Install-Package NetWasm.System.Text.Json -Version 0.1.0-alpha.1
<PackageReference Include="NetWasm.System.Text.Json" Version="0.1.0-alpha.1" />
<PackageVersion Include="NetWasm.System.Text.Json" Version="0.1.0-alpha.1" />
<PackageReference Include="NetWasm.System.Text.Json" />
paket add NetWasm.System.Text.Json --version 0.1.0-alpha.1
#r "nuget: NetWasm.System.Text.Json, 0.1.0-alpha.1"
#:package NetWasm.System.Text.Json@0.1.0-alpha.1
#addin nuget:?package=NetWasm.System.Text.Json&version=0.1.0-alpha.1&prerelease
#tool nuget:?package=NetWasm.System.Text.Json&version=0.1.0-alpha.1&prerelease
NetWasm.System.Text.Json
NetWasm.System.Text.Json supplies the System.Text.Json assembly for the
netwasm0.1 profile. It is an independently versioned ported-library package
for applications that opt into the NetWasm JSON and source-generated
serialization surface.
The package includes the upstream-compatible mutable JSON DOM closure:
JsonNode, JsonObject, JsonArray, and JsonValue, including synchronous
parsing, mutation, parent/ownership tracking, deep cloning/equality, and
JsonSerializer node conversion. DOM serialization/deserialization uses the
same generated JsonTypeInfo/JsonSerializerContext contract as the rest of
the NetWasm port. Reflection-based metadata discovery, dynamic-code fallback,
schema export, and asynchronous node parsing remain outside the
reflection-free netwasm0.1 support boundary.
The package carries the NetWasm,Version=v0.1 asset and preserves the public
System.Text.Json assembly identity. It also carries the matching ordinary
Roslyn source generator under analyzers/dotnet/cs, so a consumer needs only
the package reference and its [JsonSerializable] declarations; no manual
analyzer path or NetWasm-specific generator setup is required. It directly
supplies the exact NetWasm.System.Memory,
NetWasm.System.Text.Encodings.Web, and NetWasm.System.IO.Pipelines support
packages required by this port. It does not replace the desktop framework's
built-in System.Text.Json reference.
Learn more about Target Frameworks and .NET Standard.
-
Unsupported 0.0
- NetWasm.System.IO.Pipelines (= 0.1.0-alpha.1)
- NetWasm.System.Memory (= 0.1.0-alpha.1)
- NetWasm.System.Text.Encodings.Web (= 0.1.0-alpha.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.2.2 | 65 | 9/18/2026 |
| 0.2.2-preview.1 | 33 | 9/18/2026 |
| 0.2.0 | 105 | 9/16/2026 |
| 0.2.0-preview.1 | 43 | 9/16/2026 |
| 0.1.0 | 81 | 9/15/2026 |
| 0.1.0-rc.3 | 44 | 9/15/2026 |
| 0.1.0-rc.2 | 45 | 9/15/2026 |
| 0.1.0-alpha.1 | 69 | 9/14/2026 |