System.Text.Json 9.0.3
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.
Showing the top 20 packages that depend on System.Text.Json.
Packages | Downloads |
---|---|
HotChocolate.Types
Contains the Hot Chocolate GraphQL type system.
|
4,673 |
HotChocolate.Types
Contains the Hot Chocolate GraphQL type system.
|
9,345 |
HotChocolate.Utilities.Introspection
Contains an introspection client to download a GraphQL schema over HTTP.
|
4,944 |
HotChocolate.Utilities.Introspection
Contains an introspection client to download a GraphQL schema over HTTP.
|
9,305 |
IdentityModel
OpenID Connect & OAuth 2.0 client library
|
26,185 |
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
|
10,317 |
Microsoft.Extensions.DependencyModel
Abstractions for reading `.deps` files.
|
15,010 |
Microsoft.IdentityModel.JsonWebTokens
Includes types that provide support for creating, serializing and validating JSON Web Tokens.
|
13,531 |
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
2,662 |
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
23,061 |
Npgsql
Npgsql is the open source .NET data provider for PostgreSQL.
|
6,296 |
Npgsql
Npgsql is the open source .NET data provider for PostgreSQL.
|
10,816 |
Npgsql
Npgsql is the open source .NET data provider for PostgreSQL.
|
14,442 |
Refit
The automatic type-safe REST library for Xamarin and .NET
|
10,323 |
Refit
The automatic type-safe REST library for Xamarin and .NET
|
33,803 |
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core
|
11,554 |
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core
|
12,438 |
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
|
11,503 |
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
|
12,365 |
System.Net.Http.Json
Provides extension methods for System.Net.Http.HttpClient and System.Net.Http.HttpContent that perform automatic serialization and deserialization using System.Text.Json.
Commonly Used Types:
System.Net.Http.Json.HttpClientJsonExtensions
System.Net.Http.Json.HttpContentJsonExtensions
System.Net.Http.Json.JsonContent
|
33,794 |
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.3)
- System.IO.Pipelines (>= 9.0.3)
- System.Text.Encodings.Web (>= 9.0.3)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
.NET 8.0
- System.IO.Pipelines (>= 9.0.3)
- System.Text.Encodings.Web (>= 9.0.3)
.NET 9.0
- No dependencies.
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.3)
- System.IO.Pipelines (>= 9.0.3)
- System.Text.Encodings.Web (>= 9.0.3)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)