System.Text.Json
4.6.0
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package System.Text.Json --version 4.6.0
NuGet\Install-Package System.Text.Json -Version 4.6.0
<PackageReference Include="System.Text.Json" Version="4.6.0" />
paket add System.Text.Json --version 4.6.0
#r "nuget: System.Text.Json, 4.6.0"
// Install System.Text.Json as a Cake Addin #addin nuget:?package=System.Text.Json&version=4.6.0 // Install System.Text.Json as a Cake Tool #tool nuget:?package=System.Text.Json&version=4.6.0
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
When using NuGet 3.x this package requires at least version 3.4.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Memory (>= 4.5.3)
- System.Runtime.CompilerServices.Unsafe (>= 4.6.0)
- System.Text.Encodings.Web (>= 4.6.0)
- System.Threading.Tasks.Extensions (>= 4.5.2)
-
.NETCoreApp 2.1
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.6.0)
- System.Text.Encodings.Web (>= 4.6.0)
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.6.1
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.3)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.6.0)
- System.Text.Encodings.Web (>= 4.6.0)
- System.Threading.Tasks.Extensions (>= 4.5.2)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.3)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.6.0)
- System.Text.Encodings.Web (>= 4.6.0)
- System.Threading.Tasks.Extensions (>= 4.5.2)
-
MonoAndroid 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.6.0)
- System.Text.Encodings.Web (>= 4.6.0)
-
MonoTouch 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.6.0)
- System.Text.Encodings.Web (>= 4.6.0)
-
UAP 10.0.16299
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Memory (>= 4.5.3)
- System.Runtime.CompilerServices.Unsafe (>= 4.6.0)
- System.Text.Encodings.Web (>= 4.6.0)
- System.Threading.Tasks.Extensions (>= 4.5.2)
-
Xamarin.iOS 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.6.0)
- System.Text.Encodings.Web (>= 4.6.0)
-
Xamarin.Mac 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.6.0)
- System.Text.Encodings.Web (>= 4.6.0)
-
Xamarin.TVOS 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.6.0)
- System.Text.Encodings.Web (>= 4.6.0)
-
Xamarin.WatchOS 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.6.0)
- System.Text.Encodings.Web (>= 4.6.0)
NuGet packages (25)
Showing the top 5 NuGet packages that depend on System.Text.Json:
Package | Downloads |
---|---|
Npgsql
Npgsql is the open source .NET data provider for PostgreSQL. |
|
Microsoft.OData.Edm
Classes to represent, construct, parse, serialize and validate entity data models. Supports OData v4. Targets .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/. |
|
Azure.Core
This is the implementation of the Azure Client Pipeline |
|
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. |
GitHub repositories (753)
Showing the top 5 popular GitHub repositories that depend on System.Text.Json:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
jellyfin/jellyfin
The Free Software Media System
|
|
files-community/Files
A modern file manager that helps users organize their files and folders.
|
|
DevToys-app/DevToys
A Swiss Army knife for developers.
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
Version | Downloads | Last updated | |
---|---|---|---|
6.0.0 | 203 | 9/19/2022 | |
6.0.0-preview.1.21102.12 | 0 | 3/8/2021 | |
5.0.2 | 67 | 9/19/2022 | |
5.0.1 | 67 | 1/19/2021 | |
5.0.0 | 0 | 1/20/2021 | |
5.0.0-rc.2.20475.5 | 0 | 1/20/2021 | |
5.0.0-rc.1.20451.14 | 0 | 1/20/2021 | |
5.0.0-preview.8.20407.11 | 0 | 1/20/2021 | |
5.0.0-preview.7.20364.11 | 0 | 1/20/2021 | |
5.0.0-preview.6.20305.6 | 0 | 1/20/2021 | |
5.0.0-preview.5.20278.1 | 0 | 1/20/2021 | |
5.0.0-preview.4.20251.6 | 0 | 1/20/2021 | |
5.0.0-preview.3.20214.6 | 0 | 1/20/2021 | |
5.0.0-preview.2.20160.6 | 0 | 1/20/2021 | |
5.0.0-preview.1.20120.5 | 0 | 1/20/2021 | |
4.7.2 | 32,559 | 1/20/2021 | |
4.7.1 | 0 | 1/20/2021 | |
4.7.0 | 93 | 1/19/2021 | |
4.7.0-preview3.19551.4 | 0 | 1/20/2021 | |
4.7.0-preview2.19523.17 | 0 | 1/20/2021 | |
4.7.0-preview1.19504.10 | 0 | 1/20/2021 | |
4.6.0 | 65,586 | 1/20/2021 | |
4.6.0-rc1.19456.4 | 0 | 1/20/2021 | |
4.6.0-preview9.19421.4 | 0 | 1/20/2021 | |
4.6.0-preview9.19416.11 | 0 | 1/20/2021 | |
4.6.0-preview8.19405.3 | 0 | 1/20/2021 | |
4.6.0-preview7.19362.9 | 0 | 1/20/2021 | |
4.6.0-preview6.19303.8 | 0 | 1/19/2021 | |
4.6.0-preview6.19264.9 | 0 | 1/20/2021 | |
4.6.0-preview6.19259.10 | 0 | 1/20/2021 |