System.Text.Json
2.0.0
See the version list below for details.
dotnet add package System.Text.Json --version 2.0.0
NuGet\Install-Package System.Text.Json -Version 2.0.0
<PackageReference Include="System.Text.Json" Version="2.0.0" />
paket add System.Text.Json --version 2.0.0
#r "nuget: System.Text.Json, 2.0.0"
// Install System.Text.Json as a Cake Addin #addin nuget:?package=System.Text.Json&version=2.0.0 // Install System.Text.Json as a Cake Tool #tool nuget:?package=System.Text.Json&version=2.0.0
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 (767)
Showing the top 5 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
|
|
files-community/Files
A modern file manager that helps users organize their files and folders.
|
|
DevToys-app/DevToys
A Swiss Army knife for developers.
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
Version | Downloads | Last updated |
---|---|---|
2.0.0.6 | 363 | 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 | 97 | 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 |
1.9.9.5 | 211 | 11/11/2014 |
1.9.9.4 | 224 | 11/11/2014 |
1.9.9.3 | 381 | 11/10/2014 |
1.9.9.2 | 727 | 11/5/2014 |
1.9.9.1 | 213 | 1/6/2014 |
1.9.9 | 60 | 1/5/2014 |
1.9.8 | 69 | 1/3/2014 |
1.9.7 | 59 | 1/2/2014 |
1.9.6 | 63 | 1/2/2014 |
1.9.5 | 72 | 12/31/2013 |
1.9.4 | 74 | 12/31/2013 |
1.9.3 | 72 | 12/31/2013 |
1.9.2 | 69 | 12/30/2013 |
1.9.1 | 69 | 12/30/2013 |
1.9.0 | 69 | 12/30/2013 |
1.8.0 | 54 | 12/29/2013 |
1.7.0 | 53 | 12/29/2013 |
1.6.0 | 55 | 12/28/2013 |
1.5.0 | 56 | 12/27/2013 |
1.4.0 | 53 | 12/26/2013 |
1.3.0 | 57 | 12/24/2013 |
1.2.0 | 54 | 12/24/2013 |
1.1.0 | 54 | 12/23/2013 |
Added support for System.SByte, System.UInt16, System.UInt32, and System.UInt64 (incl. as enumerations' possible underlying types).
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