System.Text.Json 9.0.0-preview.3.24172.9
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 |
|---|---|
|
Flurl.Http
A fluent, testable HTTP client library.
|
2 |
|
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
|
1 |
|
Microsoft.Extensions.DependencyModel
Abstractions for reading `.deps` files.
Commonly Used Types:
Microsoft.Extensions.DependencyModel.DependencyContext
|
1 |
|
OpenIddict.Abstractions
Abstractions and primitives used by the OpenIddict components.
|
1 |
|
SKIT.FlurlHttpClient.Common
SKIT.FlurlHttpClient 系列开发工具包的公共组件。完整组件请见 https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient
|
1 |
|
Microsoft.Extensions.Logging.EventSource
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
|
1 |
|
Microsoft.Extensions.Logging.Console
Console logger provider implementation for Microsoft.Extensions.Logging.
|
1 |
|
Microsoft.Extensions.DependencyModel
Abstractions for reading `.deps` files.
|
1 |
|
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core
|
1 |
|
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
|
1 |
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.0-preview.3.24172.9)
- System.Text.Encodings.Web (>= 9.0.0-preview.3.24172.9)
- 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.Text.Encodings.Web (>= 9.0.0-preview.3.24172.9)
.NET 9.0
- System.Text.Encodings.Web (>= 9.0.0-preview.3.24172.9)
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.0-preview.3.24172.9)
- System.Text.Encodings.Web (>= 9.0.0-preview.3.24172.9)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)