System.Text.Json 10.0.0-preview.7.25380.108
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 |
|---|---|
|
ZLogger
Zero Allocation Text/Strcutured Logger for .NET Core, built on top of a Microsoft.Extensions.Logging.
|
21 |
|
Microsoft.OpenApi
.NET models with JSON and YAML writers for OpenAPI specification
|
9 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
8 |
|
Fluid.Core
Fluid is a template engine based on the Liquid markup, with focus on performance and .NET programming patterns.
|
8 |
|
Parquet.Net
Fully managed Apache Parquet implementation.
|
7 |
|
Microsoft.IdentityModel.Protocols.OpenIdConnect
Includes types that provide support for OpenIdConnect protocol.
|
7 |
|
RestWrapper
Simple, easy HTTP REST API client for integrating and consuming services in C#.
|
5 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
5 |
|
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.
|
5 |
|
Azure.Core
This is the implementation of the Azure Client Pipeline
|
5 |
|
AWSSDK.Core
The Amazon Web Services SDK for .NET - Core Runtime
|
5 |
|
System.ClientModel
Contains building blocks for clients that call cloud services.
|
5 |
|
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
|
5 |
|
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.
|
4 |
|
TUnit.Assertions
A .NET Testing Framework
|
4 |
|
Microsoft.Extensions.DependencyModel
Abstractions for reading `.deps` files.
Commonly Used Types:
Microsoft.Extensions.DependencyModel.DependencyContext
|
4 |
|
TUnit.Core
A .NET Testing Framework
|
4 |
|
StreamJsonRpc
A cross-platform .NETStandard library that implements the JSON-RPC wire protocol and can use System.IO.Stream, System.IO.Pipelines or WebSocket so you can use it with any transport.
|
4 |
|
Microsoft.Extensions.Logging.EventSource
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
|
4 |
|
Microsoft.Extensions.Logging.Console
Console logger provider implementation for Microsoft.Extensions.Logging.
|
4 |
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.0-preview.7.25380.108)
- System.IO.Pipelines (>= 10.0.0-preview.7.25380.108)
- System.Text.Encodings.Web (>= 10.0.0-preview.7.25380.108)
- System.Buffers (>= 4.6.1)
- System.Memory (>= 4.6.3)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
- System.Threading.Tasks.Extensions (>= 4.6.3)
- System.ValueTuple (>= 4.6.1)
.NET 8.0
- System.IO.Pipelines (>= 10.0.0-preview.7.25380.108)
- System.Text.Encodings.Web (>= 10.0.0-preview.7.25380.108)
.NET 9.0
- System.IO.Pipelines (>= 10.0.0-preview.7.25380.108)
- System.Text.Encodings.Web (>= 10.0.0-preview.7.25380.108)
.NET 10.0
- No dependencies.
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.0-preview.7.25380.108)
- System.IO.Pipelines (>= 10.0.0-preview.7.25380.108)
- System.Text.Encodings.Web (>= 10.0.0-preview.7.25380.108)
- System.Buffers (>= 4.6.1)
- System.Memory (>= 4.6.3)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
- System.Threading.Tasks.Extensions (>= 4.6.3)