System.Text.Json 7.0.0-preview.2.22152.2
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.
Commonly Used Types:
System.Text.Json.JsonSerializer
System.Text.Json.JsonDocument
System.Text.Json.JsonElement
System.Text.Json.Utf8JsonWriter
System.Text.Json.Utf8JsonReader
System.Text.Json.Nodes.JsonNode
System.Text.Json.Nodes.JsonArray
System.Text.Json.Nodes.JsonObject
System.Text.Json.Nodes.JsonValue
Showing the top 20 packages that depend on System.Text.Json.
Packages | Downloads |
---|---|
Microsoft.Extensions.DependencyModel
Abstractions for reading `.deps` files.
Commonly Used Types:
Microsoft.Extensions.DependencyModel.DependencyContext
|
10 |
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
|
7 |
WebApiClientCore.Abstractions
WebApiClientCore的接口与抽象类型
|
7 |
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.
|
6 |
MySql.Data
MySql.Data.MySqlClient .Net Core Class Library
|
6 |
WebApiClientCore.Abstractions
WebApiClientCore的接口与抽象类型
|
5 |
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core
|
5 |
IdentityModel
OpenID Connect & OAuth 2.0 client library
|
4 |
AspNetCore.HealthChecks.UI.Core
HealthChecks.UI.Core package containing builder and model definitions
|
4 |
Microsoft.Extensions.Logging.Console
Console logger provider implementation for Microsoft.Extensions.Logging.
|
4 |
OpenIddict.Abstractions
Abstractions and primitives used by the OpenIddict components.
|
4 |
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
|
4 |
Npgsql
Npgsql is the open source .NET data provider for PostgreSQL.
|
3 |
Microsoft.Extensions.Logging.EventSource
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
|
3 |
Azure.Core
This is the implementation of the Azure Client Pipeline
|
3 |
AspNetCore.HealthChecks.UI.Data
HealthChecks.UI.Data package containing data models and database context definition
|
3 |
MySql.Data
MySql.Data.MySqlClient .Net Core Class Library
|
3 |
Mongo2Go
Mongo2Go is a managed wrapper around the latest MongoDB binaries. It targets .NET Standard 2.0.
This Nuget package contains the executables of mongod, mongoimport and mongoexport v4.4.4 for Windows, Linux and macOS.
Mongo2Go has two use cases:
1. Providing multiple, temporary and isolated MongoDB databases for unit tests (or to be precise: integration tests)
2. Providing a quick to set up MongoDB database for a local developer environment
|
2 |
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 7.0.0-preview.2.22152.2)
- System.Runtime.CompilerServices.Unsafe (>= 7.0.0-preview.2.22152.2)
- System.Text.Encodings.Web (>= 7.0.0-preview.2.22152.2)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Numerics.Vectors (>= 4.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
.NET 6.0
- System.Runtime.CompilerServices.Unsafe (>= 7.0.0-preview.2.22152.2)
- System.Text.Encodings.Web (>= 7.0.0-preview.2.22152.2)
.NET 7.0
- System.Runtime.CompilerServices.Unsafe (>= 7.0.0-preview.2.22152.2)
- System.Text.Encodings.Web (>= 7.0.0-preview.2.22152.2)
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 7.0.0-preview.2.22152.2)
- System.Runtime.CompilerServices.Unsafe (>= 7.0.0-preview.2.22152.2)
- System.Text.Encodings.Web (>= 7.0.0-preview.2.22152.2)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Numerics.Vectors (>= 4.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)