System.Text.Json 8.0.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. 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
AspNetCore.HealthChecks.UI.Core
HealthChecks.UI.Core package containing builder and model definitions
131
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
83
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
68
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core
64
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core
56
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core
51
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
50
Microsoft.Extensions.DependencyModel
Abstractions for reading `.deps` files.
46
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
45
MassTransit
MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
45
MassTransit
MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
40
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core
39
MassTransit
MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
36
OpenTelemetry.Exporter.Jaeger
Jaeger exporter for OpenTelemetry .NET
36
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for APIs built on ASP.NET Core
35
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
34
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
33
jose-jwt
Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT) and JSON Web Encryption (JWE) Implementation for .NET Ultimate Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT) and JSON Web Encryption (JWE) Implementation for .NET. Minimallistic. Zero-dependency. Full suite of signature and encryption algorithms. Supports generating, decoding, encryption and compression of JSON Web Tokens. JSON parsing agnostic. Supports two-phase validation. FIPS compliant. Unencoded payload and detached content support (RFC 7797). JSON Web Encryption (JWE, RFC 7516) support. CLR (.net framework 4.0+) supported algorithms Signing: - HMAC signatures with HS256, HS384 and HS512. - ECDSA signatures with ES256, ES384 and ES512. - RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512. - RSASSA-PSS signatures (probabilistic signature scheme with appendix) with PS256, PS384 and PS512. - NONE (unprotected) plain text algorithm without integrity protection Encryption: - RSAES OAEP 256 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128KW, A192KW, A256KW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128GCMKW, A192GCMKW, A256GCMKW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - ECDH-ES encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM Compression: - DEFLATE compression RFC 7797: - Unencoded payload - Detached content RFC 7516: - JSON Web Encryption (JWE) support CORECLR (.netstandard 1.4+) supported algorithms: Signing: - HMAC signatures with HS256, HS384 and HS512. - ECDSA signatures with ES256, ES384 and ES512. - RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512. - RSASSA-PSS signatures (probabilistic signature scheme with appendix) with PS256, PS384 and PS512. - NONE (unprotected) plain text algorithm without integrity protection Encryption: - RSAES OAEP 256 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128KW, A192KW, A256KW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128GCMKW, A192GCMKW, A256GCMKW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - ECDH-ES encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM Compression: - DEFLATE compression RFC 7797: - Unencoded payload - Detached content RFC 7516: - JSON Web Encryption (JWE) support
30
AspNetCore.HealthChecks.UI.Core
HealthChecks.UI.Core package containing builder and model definitions
29

Version Downloads Last updated
10.0.0-preview.5.25277.114 5 06/08/2025
10.0.0-preview.4.25258.110 5 05/19/2025
10.0.0-preview.3.25171.5 6 04/29/2025
10.0.0-preview.2.25163.2 6 04/26/2025
10.0.0-preview.1.25080.5 6 03/06/2025
9.0.7 0 07/08/2025
9.0.6 3 06/15/2025
9.0.5 5 05/19/2025
9.0.4 6 04/29/2025
9.0.3 6 03/15/2025
9.0.2 7 02/23/2025
9.0.1 9 01/27/2025
9.0.0 11 11/20/2024
9.0.0-rc.2.24473.5 9 11/20/2024
9.0.0-rc.1.24431.7 9 11/20/2024
9.0.0-preview.7.24405.7 10 11/20/2024
9.0.0-preview.6.24327.7 8 11/20/2024
9.0.0-preview.5.24306.7 10 10/05/2024
9.0.0-preview.4.24266.19 9 10/06/2024
9.0.0-preview.3.24172.9 10 11/20/2024
9.0.0-preview.2.24128.5 6 01/09/2025
9.0.0-preview.1.24080.9 10 06/10/2024
8.0.6 0 07/08/2025
8.0.5 10 11/20/2024
8.0.4 18 10/04/2024
8.0.3 9 11/20/2024
8.0.2 11 11/20/2024
8.0.1 8 11/20/2024
8.0.0 11 03/09/2024
8.0.0-rc.2.23479.6 10 10/05/2024
8.0.0-rc.1.23419.4 8 11/20/2024
8.0.0-preview.7.23375.6 8 11/20/2024
8.0.0-preview.6.23329.7 9 11/20/2024
8.0.0-preview.5.23280.8 7 11/20/2024
8.0.0-preview.4.23259.5 8 01/09/2025
8.0.0-preview.3.23174.8 8 11/20/2024
8.0.0-preview.2.23128.3 10 11/20/2024
8.0.0-preview.1.23110.8 9 10/05/2024
7.0.4 10 11/20/2024
7.0.3 12 11/20/2024
7.0.2 10 11/20/2024
7.0.1 10 11/20/2024
7.0.0 11 11/22/2022
7.0.0-rc.2.22472.3 9 11/20/2024
7.0.0-rc.1.22426.10 9 11/20/2024
7.0.0-preview.7.22375.6 8 11/20/2024
7.0.0-preview.6.22324.4 9 11/20/2024
7.0.0-preview.5.22301.12 8 11/20/2024
7.0.0-preview.4.22229.4 8 11/20/2024
7.0.0-preview.3.22175.4 9 11/20/2024
7.0.0-preview.2.22152.2 7 11/20/2024
7.0.0-preview.1.22076.8 9 11/20/2024
6.0.11 11 11/20/2024
6.0.10 10 11/20/2024
6.0.9 10 10/05/2024
6.0.8 10 10/05/2024
6.0.7 11 10/05/2024
6.0.6 10 11/20/2024
6.0.5 11 10/05/2024
6.0.4 10 10/05/2024
6.0.3 10 10/05/2024
6.0.2 16 04/04/2022
6.0.1 11 10/05/2024
6.0.0 15 02/10/2022
6.0.0-rc.2.21480.5 7 11/20/2024
6.0.0-rc.1.21451.13 9 11/20/2024
6.0.0-preview.7.21377.19 8 11/20/2024
6.0.0-preview.6.21352.12 8 11/20/2024
6.0.0-preview.5.21301.5 8 11/20/2024
6.0.0-preview.4.21253.7 10 11/20/2024
6.0.0-preview.3.21201.4 9 11/20/2024
6.0.0-preview.2.21154.6 6 11/20/2024
6.0.0-preview.1.21102.12 8 11/20/2024
5.0.2 127 12/07/2021
5.0.1 23 12/08/2021
5.0.0 10 10/05/2024
5.0.0-rc.2.20475.5 8 11/20/2024
5.0.0-rc.1.20451.14 8 11/20/2024
5.0.0-preview.8.20407.11 10 11/20/2024
5.0.0-preview.7.20364.11 8 11/20/2024
5.0.0-preview.6.20305.6 8 11/20/2024
5.0.0-preview.5.20278.1 7 11/20/2024
5.0.0-preview.4.20251.6 7 11/20/2024
5.0.0-preview.3.20214.6 10 11/20/2024
5.0.0-preview.2.20160.6 8 11/20/2024
5.0.0-preview.1.20120.5 7 11/20/2024
4.7.2 52 12/07/2021
4.7.1 8 11/20/2024
4.7.0 15 12/09/2022
4.7.0-preview3.19551.4 10 10/05/2024
4.7.0-preview2.19523.17 9 11/20/2024
4.7.0-preview1.19504.10 8 11/20/2024
4.6.0 34 07/26/2022
4.6.0-rc1.19456.4 9 11/20/2024
4.6.0-preview9.19421.4 8 11/20/2024
4.6.0-preview9.19416.11 10 11/20/2024
4.6.0-preview8.19405.3 9 10/05/2024
4.6.0-preview7.19362.9 8 11/20/2024
4.6.0-preview6.19303.8 7 11/20/2024
4.6.0-preview6.19264.9 10 10/05/2024
4.6.0-preview6.19259.10 8 11/20/2024