System.Text.Json 5.0.0-preview.6.20305.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 |
|---|---|
|
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
|
9 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
8 |
|
System.ClientModel
Contains building blocks for clients that call cloud services.
|
8 |
|
DH.Utils
DH框架基类工具类
|
8 |
|
Microsoft.AspNetCore.SignalR.Common
Common serialization primitives for SignalR Clients Servers
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/379bfc7b2559e7cc9f42f997a497b2f2dd8e12d2
|
8 |
|
IKVM
Java SE 8 Virtual Machine for .NET
|
8 |
|
Emgu.CV
Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc.
|
8 |
|
System.Memory.Data
A lightweight abstraction for a payload of bytes. Provides methods for converting between strings, streams, JSON, and bytes.
Commonly Used Types:
System.BinaryData
|
7 |
|
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.
|
7 |
|
Microsoft.AspNetCore.Http.Connections.Common
Common primitives for ASP.NET Connection Handlers and clients
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/379bfc7b2559e7cc9f42f997a497b2f2dd8e12d2
|
7 |
|
IdentityModel
OpenID Connect & OAuth 2.0 client library
|
7 |
|
DH.SKIT.FlurlHttpClient.Common
用于DH框架的一个开发工具包的公共组件。为开发者提供使用体验一致的、可跨平台的第三方 API .NET SDK。已支持微信、字节跳动、又拍云系列 API。参考https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient
|
7 |
|
DH.Utils
DH框架基类工具类
|
7 |
|
DH.Common
DH框架基类核心库
|
7 |
|
Azure.Core
This is the implementation of the Azure Client Pipeline
|
7 |
|
Fluid.Core
Fluid is a template engine based on the Liquid markup, with focus on performance and .NET programming patterns.
|
7 |
|
MySql.Data
MySql.Data.MySqlClient .Net Core Class Library
|
7 |
|
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core
|
6 |
|
Microsoft.Extensions.Logging.EventSource
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
|
6 |
https://go.microsoft.com/fwlink/?LinkID=799421
MonoAndroid 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.6.20305.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.6.20305.6)
MonoTouch 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.6.20305.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.6.20305.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.6.20305.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.6.20305.6)
- System.Threading.Tasks.Extensions (>= 4.5.2)
- System.ValueTuple (>= 4.5.0)
.NET 5.0
- No dependencies.
.NET Core 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Memory (>= 4.5.3)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.6.20305.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.6.20305.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.6.20305.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.6.20305.6)
.NET Core 3.0
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.6.20305.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.6.20305.6)
.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.6.20305.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.6.20305.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.6.20305.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.6.20305.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.6.20305.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.6.20305.6)
Xamarin.Mac 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.6.20305.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.6.20305.6)
Xamarin.TVOS 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.6.20305.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.6.20305.6)
Xamarin.WatchOS 1.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0-preview.6.20305.6)
- System.Text.Encodings.Web (>= 5.0.0-preview.6.20305.6)