System.Text.Json
6.0.0-preview.6.21352.12
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
Install-Package System.Text.Json -Version 6.0.0-preview.6.21352.12
dotnet add package System.Text.Json --version 6.0.0-preview.6.21352.12
<PackageReference Include="System.Text.Json" Version="6.0.0-preview.6.21352.12" />
paket add System.Text.Json --version 6.0.0-preview.6.21352.12
#r "nuget: System.Text.Json, 6.0.0-preview.6.21352.12"
// Install System.Text.Json as a Cake Addin
#addin nuget:?package=System.Text.Json&version=6.0.0-preview.6.21352.12&prerelease
// Install System.Text.Json as a Cake Tool
#tool nuget:?package=System.Text.Json&version=6.0.0-preview.6.21352.12&prerelease
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
Commonly Used Types:
System.Text.Json.JsonSerializer
System.Text.Json.JsonDocument
System.Text.Json.JsonElement
System.Text.Json.Utf8JsonWriter
System.Text.Json.Utf8JsonReader
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.6.21352.12)
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
- System.Text.Encodings.Web (>= 6.0.0-preview.6.21352.12)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETCoreApp 2.1
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.6.21352.12)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
- System.Text.Encodings.Web (>= 6.0.0-preview.6.21352.12)
-
.NETCoreApp 3.1
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
- System.Text.Encodings.Web (>= 6.0.0-preview.6.21352.12)
-
.NETFramework 4.6.1
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.6.21352.12)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
- System.Text.Encodings.Web (>= 6.0.0-preview.6.21352.12)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.6.21352.12)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
- System.Text.Encodings.Web (>= 6.0.0-preview.6.21352.12)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
MonoAndroid 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.6.21352.12)
- System.Buffers (>= 4.5.1)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
- System.Text.Encodings.Web (>= 6.0.0-preview.6.21352.12)
-
MonoTouch 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.6.21352.12)
- System.Buffers (>= 4.5.1)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
- System.Text.Encodings.Web (>= 6.0.0-preview.6.21352.12)
-
net6.0
- No dependencies.
-
UAP 10.0.16299
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.6.21352.12)
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
- System.Text.Encodings.Web (>= 6.0.0-preview.6.21352.12)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
Xamarin.iOS 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.6.21352.12)
- System.Buffers (>= 4.5.1)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
- System.Text.Encodings.Web (>= 6.0.0-preview.6.21352.12)
-
Xamarin.Mac 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.6.21352.12)
- System.Buffers (>= 4.5.1)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
- System.Text.Encodings.Web (>= 6.0.0-preview.6.21352.12)
-
Xamarin.TVOS 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.6.21352.12)
- System.Buffers (>= 4.5.1)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
- System.Text.Encodings.Web (>= 6.0.0-preview.6.21352.12)
-
Xamarin.WatchOS 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.6.21352.12)
- System.Buffers (>= 4.5.1)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
- System.Text.Encodings.Web (>= 6.0.0-preview.6.21352.12)
NuGet packages (3.6K)
Showing the top 5 NuGet packages that depend on System.Text.Json:
Package | Downloads |
---|---|
Microsoft.Extensions.DependencyModel
Abstractions for reading `.deps` files. Commonly Used Types: Microsoft.Extensions.DependencyModel.DependencyContext |
|
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration. |
|
Microsoft.Extensions.Logging.Console
Console logger provider implementation for Microsoft.Extensions.Logging. |
|
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core |
|
Azure.Core
This is the implementation of the Azure Client Pipeline |
GitHub repositories (392)
Showing the top 5 popular GitHub repositories that depend on System.Text.Json:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
jellyfin/jellyfin
The Free Software Media System
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
|
Version | Downloads | Last updated |
---|---|---|
7.0.0-preview.7.22375.6 | 1,689 | 8/9/2022 |
7.0.0-preview.6.22324.4 | 21,968 | 7/12/2022 |
7.0.0-preview.5.22301.12 | 26,126 | 6/14/2022 |
7.0.0-preview.4.22229.4 | 38,669 | 5/10/2022 |
7.0.0-preview.3.22175.4 | 28,733 | 4/13/2022 |
7.0.0-preview.2.22152.2 | 32,252 | 3/14/2022 |
7.0.0-preview.1.22076.8 | 36,377 | 2/17/2022 |
6.0.5 | 1,233,554 | 6/14/2022 |
6.0.4 | 1,521,573 | 5/10/2022 |
6.0.3 | 1,306,229 | 4/12/2022 |
6.0.2 | 6,616,625 | 2/8/2022 |
6.0.2-mauipre.1.22102.15 | 17,109 | 2/15/2022 |
6.0.2-mauipre.1.22054.8 | 88,345 | 1/19/2022 |
6.0.1 | 5,896,237 | 12/14/2021 |
6.0.0 | 40,752,094 | 11/8/2021 |
6.0.0-rc.2.21480.5 | 311,289 | 10/12/2021 |
6.0.0-rc.1.21451.13 | 265,336 | 9/14/2021 |
6.0.0-preview.7.21377.19 | 184,836 | 8/10/2021 |
6.0.0-preview.6.21352.12 | 113,208 | 7/14/2021 |
6.0.0-preview.5.21301.5 | 87,024 | 6/15/2021 |
6.0.0-preview.4.21253.7 | 78,056 | 5/24/2021 |
6.0.0-preview.3.21201.4 | 198,907 | 4/8/2021 |
6.0.0-preview.2.21154.6 | 112,148 | 3/11/2021 |
6.0.0-preview.1.21102.12 | 139,980 | 2/12/2021 |
5.0.2 | 37,939,773 | 4/6/2021 |
5.0.1 | 19,114,987 | 1/12/2021 |
5.0.0 | 42,254,609 | 11/9/2020 |
5.0.0-rc.2.20475.5 | 157,787 | 10/13/2020 |
5.0.0-rc.1.20451.14 | 282,910 | 9/14/2020 |
5.0.0-preview.8.20407.11 | 85,986 | 8/25/2020 |
5.0.0-preview.7.20364.11 | 159,725 | 7/21/2020 |
5.0.0-preview.6.20305.6 | 66,142 | 6/25/2020 |
5.0.0-preview.5.20278.1 | 69,118 | 6/10/2020 |
5.0.0-preview.4.20251.6 | 117,415 | 5/18/2020 |
5.0.0-preview.3.20214.6 | 217,727 | 4/23/2020 |
5.0.0-preview.2.20160.6 | 116,294 | 4/2/2020 |
5.0.0-preview.1.20120.5 | 72,219 | 3/16/2020 |
4.7.2 | 105,035,057 | 5/12/2020 |
4.7.1 | 34,631,103 | 2/18/2020 |
4.7.0 | 43,526,427 | 12/3/2019 |
4.7.0-preview3.19551.4 | 260,091 | 11/13/2019 |
4.7.0-preview2.19523.17 | 48,664 | 11/1/2019 |
4.7.0-preview1.19504.10 | 80,293 | 10/15/2019 |
4.6.0 | 148,376,099 | 9/23/2019 |
4.6.0-rc1.19456.4 | 161,814 | 9/16/2019 |
4.6.0-preview9.19421.4 | 227,200 | 9/4/2019 |
4.6.0-preview9.19416.11 | 444 | 9/4/2019 |
4.6.0-preview8.19405.3 | 153,671 | 8/13/2019 |
4.6.0-preview7.19362.9 | 204,106 | 7/23/2019 |
4.6.0-preview6.19303.8 | 178,887 | 6/12/2019 |
4.6.0-preview6.19264.9 | 1,445 | 9/4/2019 |
4.6.0-preview6.19259.10 | 20,406 | 5/10/2019 |