System.Text.Json
2.0.0.6
Prefix Reserved
See the version list below for details.
dotnet add package System.Text.Json --version 2.0.0.6
NuGet\Install-Package System.Text.Json -Version 2.0.0.6
<PackageReference Include="System.Text.Json" Version="2.0.0.6" />
<PackageVersion Include="System.Text.Json" Version="2.0.0.6" />
<PackageReference Include="System.Text.Json" />
paket add System.Text.Json --version 2.0.0.6
#r "nuget: System.Text.Json, 2.0.0.6"
#:package System.Text.Json@2.0.0.6
#addin nuget:?package=System.Text.Json&version=2.0.0.6
#tool nuget:?package=System.Text.Json&version=2.0.0.6
A minimalistic and fast JSON parser/deserializer, for full .NET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories (980)
Showing the top 20 popular GitHub repositories that depend on System.Text.Json:
| Repository | Stars |
|---|---|
|
microsoft/PowerToys
Microsoft PowerToys is a collection of utilities that supercharge productivity and customization on Windows
|
|
|
files-community/Files
A modern file manager that helps users organize their files and folders.
|
|
|
DevToys-app/DevToys
A Swiss Army knife for developers.
|
|
|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The future of .NET UI
|
|
|
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).
|
|
|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
|
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
|
|
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.
|
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
|
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
|
|
|
spectreconsole/spectre.console
A .NET library that makes it easier to create beautiful console applications.
|
|
|
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
|
|
|
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 |
|---|---|---|
| 10.0.0-rc.2.25466.103 | 0 | 9/22/2025 |
| 10.0.0-rc.1.25451.107 | 0 | 9/22/2025 |
| 10.0.0-rc.1.25421.113 | 0 | 8/28/2025 |
| 10.0.0-preview.7.25380.108 | 0 | 8/11/2025 |
| 10.0.0-preview.7.25380.105 | 0 | 8/6/2025 |
| 10.0.0-preview.6.25358.103 | 0 | 7/17/2025 |
| 10.0.0-preview.6.25321.102 | 0 | 6/25/2025 |
| 9.0.10 | 3 | 9/23/2025 |
| 9.0.7 | 43 | 7/11/2025 |
| 2.0.0.6 | 369 | 11/26/2014 |
| 2.0.0.5 | 60 | 11/26/2014 |
| 2.0.0.4 | 61 | 11/25/2014 |
| 2.0.0.3 | 178 | 11/23/2014 |
| 2.0.0.2 | 138 | 11/22/2014 |
| 2.0.0.1 | 127 | 11/21/2014 |
| 2.0.0 | 129 | 11/21/2014 |
| 1.9.9.9 | 150 | 11/20/2014 |
| 1.9.9.8 | 196 | 11/20/2014 |
| 1.9.9.7 | 288 | 11/17/2014 |
| 1.9.9.6 | 201 | 11/12/2014 |
Starting with version 2.0.0.6, Android and WP8 are supported in a separate package:
https://www.nuget.org/packages/System.Text.Json.Mobile
In this version:
Bug fixes and improved support of nullable types used for dictionary keys and/or values.
Cf. corresponding new unit tests:
https://github.com/ysharplanguage/FastJsonParser/blob/master/JsonTest/ParserTests.cs#L755
For JSONPath- and anonymous types-related usage examples, refer to:
https://github.com/ysharplanguage/FastJsonParser#JSONPath
https://github.com/ysharplanguage/FastJsonParser#AnonymousTypes
https://github.com/ysharplanguage/FastJsonParser/blob/master/JsonTest/ParserTests.cs#L333
and
https://github.com/ysharplanguage/FastJsonParser/blob/master/JsonTest/ParserTests.cs#L510