System.Text.Json
6.0.0
Prefix Reserved
Advisory: https://github.com/advisories/GHSA-8g4q-xg66-9fp4 | Severity: high |
dotnet add package System.Text.Json --version 6.0.0
NuGet\Install-Package System.Text.Json -Version 6.0.0
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageVersion Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="System.Text.Json" />
paket add System.Text.Json --version 6.0.0
#r "nuget: System.Text.Json, 6.0.0"
#:package System.Text.Json@6.0.0
#addin nuget:?package=System.Text.Json&version=6.0.0
#tool nuget:?package=System.Text.Json&version=6.0.0
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encodings.Web (>= 6.0.0)
-
.NETFramework 4.6.1
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encodings.Web (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encodings.Web (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net6.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encodings.Web (>= 6.0.0)
NuGet packages (25)
Showing the top 5 NuGet packages that depend on System.Text.Json:
Package | Downloads |
---|---|
Npgsql
Npgsql is the open source .NET data provider for PostgreSQL. |
|
Microsoft.OData.Edm
Classes to represent, construct, parse, serialize and validate entity data models. Supports OData v4. Targets .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/. |
|
Azure.Core
This is the implementation of the Azure Client Pipeline |
|
Microsoft.Extensions.DependencyModel
Abstractions for reading `.deps` files. Commonly Used Types: Microsoft.Extensions.DependencyModel.DependencyContext |
|
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration. |
GitHub repositories (941)
Showing the top 20 popular GitHub repositories that depend on System.Text.Json:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
|
|
files-community/Files
A modern file manager that helps users organize their files and folders.
|
|
DevToys-app/DevToys
A Swiss Army knife for developers.
|
|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
peass-ng/PEASS-ng
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
MonoGame/MonoGame
One framework for creating powerful cross-platform games.
|
|
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
microsoft/garnet
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
|
|
cefsharp/CefSharp
.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
|
Version | Downloads | Last Updated | |
---|---|---|---|
6.0.0 | 498 | 9/19/2022 | |
6.0.0-preview.1.21102.12 | 1 | 3/8/2021 | |
5.0.2 | 130 | 9/19/2022 | |
5.0.1 | 87 | 1/19/2021 | |
5.0.0 | 27 | 1/20/2021 | |
5.0.0-rc.2.20475.5 | 1 | 1/20/2021 | |
5.0.0-rc.1.20451.14 | 1 | 1/20/2021 | |
5.0.0-preview.8.20407.11 | 1 | 1/20/2021 | |
5.0.0-preview.7.20364.11 | 2 | 1/20/2021 | |
5.0.0-preview.6.20305.6 | 2 | 1/20/2021 | |
5.0.0-preview.5.20278.1 | 1 | 1/20/2021 | |
5.0.0-preview.4.20251.6 | 2 | 1/20/2021 | |
5.0.0-preview.3.20214.6 | 1 | 1/20/2021 | |
5.0.0-preview.2.20160.6 | 1 | 1/20/2021 | |
5.0.0-preview.1.20120.5 | 2 | 1/20/2021 | |
4.7.2 | 33,645 | 1/20/2021 | |
4.7.1 | 30 | 1/20/2021 | |
4.7.0 | 130 | 1/19/2021 | |
4.7.0-preview3.19551.4 | 2 | 1/20/2021 | |
4.7.0-preview2.19523.17 | 1 | 1/20/2021 | |
4.7.0-preview1.19504.10 | 2 | 1/20/2021 | |
4.6.0 | 66,206 | 1/20/2021 | |
4.6.0-rc1.19456.4 | 2 | 1/20/2021 | |
4.6.0-preview9.19421.4 | 2 | 1/20/2021 | |
4.6.0-preview9.19416.11 | 2 | 1/20/2021 | |
4.6.0-preview8.19405.3 | 1 | 1/20/2021 | |
4.6.0-preview7.19362.9 | 1 | 1/20/2021 | |
4.6.0-preview6.19303.8 | 3 | 1/19/2021 | |
4.6.0-preview6.19264.9 | 2 | 1/20/2021 | |
4.6.0-preview6.19259.10 | 1 | 1/20/2021 |