Info
Version: | 9.0.0-rc.1.24431.7 |
Author(s): | Microsoft |
Last Update: | Tuesday, September 10, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://dot.net/ |
NuGet Url: | https://www.nuget.org/packages/System.Text.Json |
Install
Install-Package System.Text.Json
dotnet add package System.Text.Json
paket add System.Text.Json
System.Text.Json Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces(>= 5.0.0)
- System.Buffers(>= 4.5.1)
- System.Memory(>= 4.5.4)
- System.Numerics.Vectors(>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe(>= 5.0.0)
- System.Text.Encodings.Web(>= 5.0.0)
- System.Threading.Tasks.Extensions(>= 4.5.4)
- Microsoft.Bcl.AsyncInterfaces(>= 5.0.0)
- System.Buffers(>= 4.5.1)
- System.Runtime.CompilerServices.Unsafe(>= 5.0.0)
- System.Text.Encodings.Web(>= 5.0.0)
- Microsoft.Bcl.AsyncInterfaces(>= 5.0.0)
- System.Buffers(>= 4.5.1)
- System.Runtime.CompilerServices.Unsafe(>= 5.0.0)
- System.Text.Encodings.Web(>= 5.0.0)
- Microsoft.Bcl.AsyncInterfaces(>= 5.0.0)
- System.Buffers(>= 4.5.1)
- System.Memory(>= 4.5.4)
- System.Numerics.Vectors(>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe(>= 5.0.0)
- System.Text.Encodings.Web(>= 5.0.0)
- System.Threading.Tasks.Extensions(>= 4.5.4)
- System.ValueTuple(>= 4.5.0)
- Microsoft.Bcl.AsyncInterfaces(>= 5.0.0)
- System.Memory(>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe(>= 5.0.0)
- System.Text.Encodings.Web(>= 5.0.0)
- System.Threading.Tasks.Extensions(>= 4.5.4)
- Microsoft.Bcl.AsyncInterfaces(>= 5.0.0)
- System.Runtime.CompilerServices.Unsafe(>= 5.0.0)
- System.Text.Encodings.Web(>= 5.0.0)
No dependencies.
- Microsoft.Bcl.AsyncInterfaces(>= 5.0.0)
- System.Memory(>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe(>= 5.0.0)
- System.Text.Encodings.Web(>= 5.0.0)
- System.Threading.Tasks.Extensions(>= 4.5.4)
- Microsoft.Bcl.AsyncInterfaces(>= 5.0.0)
- System.Buffers(>= 4.5.1)
- System.Runtime.CompilerServices.Unsafe(>= 5.0.0)
- System.Text.Encodings.Web(>= 5.0.0)
- Microsoft.Bcl.AsyncInterfaces(>= 5.0.0)
- System.Buffers(>= 4.5.1)
- System.Runtime.CompilerServices.Unsafe(>= 5.0.0)
- System.Text.Encodings.Web(>= 5.0.0)
- Microsoft.Bcl.AsyncInterfaces(>= 5.0.0)
- System.Buffers(>= 4.5.1)
- System.Runtime.CompilerServices.Unsafe(>= 5.0.0)
- System.Text.Encodings.Web(>= 5.0.0)
- Microsoft.Bcl.AsyncInterfaces(>= 5.0.0)
- System.Buffers(>= 4.5.1)
- System.Runtime.CompilerServices.Unsafe(>= 5.0.0)
- System.Text.Encodings.Web(>= 5.0.0)
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.
The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.