System.Text.Json 6.0.10
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
Showing the top 20 packages that depend on System.Text.Json.
Packages | Downloads |
---|---|
Npgsql
Npgsql is the open source .NET data provider for PostgreSQL.
|
326 |
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
159 |
Sentry
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
|
124 |
Serilog.Sinks.Grafana.Loki
A Serilog sink sending log events to Grafana Loki
|
124 |
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
114 |
App.Metrics.Formatters.Json
App Metrics Formatters for metrics and environment data to JSON using Newtonsoft.Json.
|
109 |
IdentityModel
OpenID Connect & OAuth 2.0 client library
|
88 |
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core
|
88 |
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
|
86 |
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
|
83 |
Npgsql
Npgsql is the open source .NET data provider for PostgreSQL.
|
82 |
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.
|
81 |
Microsoft.IdentityModel.Protocols.OpenIdConnect
Includes types that provide support for OpenIdConnect protocol.
|
75 |
Oracle.ManagedDataAccess.Core
Oracle Data Provider for .NET (ODP.NET) Core is an ADO.NET driver that provides fast data access from Microsoft .NET Core clients to Oracle databases. ODP.NET Core consists of a single 100% managed code dynamic-link library.
|
74 |
Npgsql
Npgsql is the open source .NET data provider for PostgreSQL.
|
74 |
FFMpegCore
A .NET Standard FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your .NET applications
|
60 |
Npgsql
Npgsql is the open source .NET data provider for PostgreSQL.
|
54 |
Flurl.Http
A fluent, testable HTTP client library.
|
54 |
Microsoft.IdentityModel.JsonWebTokens
Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.
|
40 |
DeviceDetector.NET
The Universal Device Detection library for .NET that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models. This is a port of the popular PHP device-detector library to C#. For the most part you can just follow the documentation for device-detector with no issue.
|
36 |
https://go.microsoft.com/fwlink/?LinkID=799421
.NET Framework 4.6.1
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- System.ValueTuple (>= 4.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.Numerics.Vectors (>= 4.5.0)
- System.Memory (>= 4.5.4)
- System.Buffers (>= 4.5.1)
- System.Text.Encodings.Web (>= 6.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
.NET Standard 2.0
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.Numerics.Vectors (>= 4.5.0)
- System.Memory (>= 4.5.4)
- System.Buffers (>= 4.5.1)
- System.Text.Encodings.Web (>= 6.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
.NET 6.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encodings.Web (>= 6.0.0)
.NET Core 3.1
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encodings.Web (>= 6.0.0)