System.Text.Json 8.0.0-preview.5.23280.8
About
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.
For more information, see the documentation:
Showing the top 20 packages that depend on System.Text.Json.
Packages | Downloads |
---|---|
Microsoft.OpenApi
.NET models with JSON and YAML writers for OpenAPI specification
|
72 |
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
|
39 |
Azure.Security.KeyVault.Secrets
This is the Microsoft Azure Key Vault Secrets client library
|
39 |
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core
|
38 |
Microsoft.Extensions.DependencyModel
Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application.
By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.
|
37 |
AspNetCore.HealthChecks.UI.Core
HealthChecks.UI.Core package containing builder and model definitions
|
34 |
AspNetCore.HealthChecks.UI.Data
HealthChecks.UI.Data package containing data models and database context definition
|
34 |
Azure.Security.KeyVault.Keys
This is the Microsoft Azure Key Vault Keys client library
|
30 |
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for API's built on ASP.NET Core
|
30 |
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
|
30 |
AspNetCore.HealthChecks.UI.Core
HealthChecks.UI.Core package containing builder and model definitions
|
29 |
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
|
29 |
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
|
28 |
Microsoft.Extensions.Logging.Console
Console logger provider implementation for Microsoft.Extensions.Logging.
|
27 |
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core
|
27 |
Microsoft.OpenApi
.NET models with JSON and YAML writers for OpenAPI specification
|
27 |
IdentityModel
OpenID Connect & OAuth 2.0 client library
|
27 |
AspNetCore.HealthChecks.UI.Core
HealthChecks.UI.Core package containing builder and model definitions
|
26 |
https://go.microsoft.com/fwlink/?LinkID=799421
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0-preview.5.23280.8)
- System.ValueTuple (>= 4.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Memory (>= 4.5.5)
- System.Buffers (>= 4.5.1)
- System.Text.Encodings.Web (>= 8.0.0-preview.5.23280.8)
.NET Standard 2.0
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Memory (>= 4.5.5)
- System.Buffers (>= 4.5.1)
- System.Text.Encodings.Web (>= 8.0.0-preview.5.23280.8)
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0-preview.5.23280.8)
.NET 8.0
- System.Text.Encodings.Web (>= 8.0.0-preview.5.23280.8)
.NET 7.0
- System.Text.Encodings.Web (>= 8.0.0-preview.5.23280.8)
.NET 6.0
- System.Text.Encodings.Web (>= 8.0.0-preview.5.23280.8)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)