System.Text.Json (7.0.2)
Published 2023-05-05 11:43:13 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 7.0.2 System.Text.Json
About this package
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.
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.
Dependencies
ID | Version | Target Framework |
---|---|---|
Microsoft.Bcl.AsyncInterfaces | 7.0.0 | .NETFramework4.6.2 |
System.Text.Encodings.Web | 7.0.0 | .NETFramework4.6.2 |
System.Buffers | 4.5.1 | .NETFramework4.6.2 |
System.Memory | 4.5.5 | .NETFramework4.6.2 |
System.Numerics.Vectors | 4.5.0 | .NETFramework4.6.2 |
System.Runtime.CompilerServices.Unsafe | 6.0.0 | .NETFramework4.6.2 |
System.Threading.Tasks.Extensions | 4.5.4 | .NETFramework4.6.2 |
System.ValueTuple | 4.5.0 | .NETFramework4.6.2 |
Microsoft.Bcl.AsyncInterfaces | 7.0.0 | .NETStandard2.0 |
System.Text.Encodings.Web | 7.0.0 | .NETStandard2.0 |
System.Buffers | 4.5.1 | .NETStandard2.0 |
System.Memory | 4.5.5 | .NETStandard2.0 |
System.Numerics.Vectors | 4.5.0 | .NETStandard2.0 |
System.Runtime.CompilerServices.Unsafe | 6.0.0 | .NETStandard2.0 |
System.Threading.Tasks.Extensions | 4.5.4 | .NETStandard2.0 |
System.Text.Encodings.Web | 7.0.0 | net6.0 |
System.Runtime.CompilerServices.Unsafe | 6.0.0 | net6.0 |
System.Text.Encodings.Web | 7.0.0 | net7.0 |