System.Text.Json 5.0.0-preview.4.20251.6
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
When using NuGet 3.x this package requires at least version 3.4.
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
|
2 |
|
OpenIddict.Abstractions
Abstractions and primitives used by the OpenIddict components.
|
2 |
|
SKIT.FlurlHttpClient.Common
SKIT.FlurlHttpClient 系列开发工具包的公共组件。完整组件请见 https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient
|
2 |
|
Flurl.Http
A fluent, testable HTTP client library.
|
2 |
|
Microsoft.Extensions.Logging.EventSource
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
|
2 |
|
Microsoft.IdentityModel.JsonWebTokens
Includes types that provide support for creating, serializing and validating JSON Web Tokens.
|
2 |
|
Microsoft.Extensions.Logging.EventSource
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
When using NuGet 3.x this package requires at least version 3.4.
|
2 |
|
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.
|
2 |
|
Volo.Abp.Json.SystemTextJson
Package Description
|
2 |
|
Microsoft.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one
of the following packages to add the appropriate language support:
- Microsoft.CodeAnalysis.CSharp.Workspaces
- Microsoft.CodeAnalysis.VisualBasic.Workspaces
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/c3cc1d0ceeab1a65da0217e403851a1e8a30086a.
|
2 |
|
Microsoft.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one
of the following packages to add the appropriate language support:
- Microsoft.CodeAnalysis.CSharp.Workspaces
- Microsoft.CodeAnalysis.VisualBasic.Workspaces
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.
|
2 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
2 |
|
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
|
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 |
|
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.
|
1 |
MonoAndroid 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.4.20251.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.4.20251.6)
MonoTouch 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.4.20251.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.4.20251.6)
.NET Framework 4.6.1
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.3)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.4.20251.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.4.20251.6)
- System.Threading.Tasks.Extensions (>= 4.5.2)
- System.ValueTuple (>= 4.5.0)
.NET Core 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Memory (>= 4.5.3)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.4.20251.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.4.20251.6)
- System.Threading.Tasks.Extensions (>= 4.5.2)
.NET Core 2.1
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.4.20251.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.4.20251.6)
.NET Core 3.0
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.4.20251.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.4.20251.6)
.NET 5.0
- No dependencies.
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.3)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.4.20251.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.4.20251.6)
- System.Threading.Tasks.Extensions (>= 4.5.2)
UAP 10.0.16299
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Memory (>= 4.5.3)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.4.20251.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.4.20251.6)
- System.Threading.Tasks.Extensions (>= 4.5.2)
Xamarin.iOS 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.4.20251.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.4.20251.6)
Xamarin.Mac 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.4.20251.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.4.20251.6)
Xamarin.TVOS 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.4.20251.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.4.20251.6)
Xamarin.WatchOS 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.4.20251.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.4.20251.6)