System.Text.Json
2.0.0.6
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"
#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 (891)
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.
|
|
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.
|
|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
MonoGame/MonoGame
One framework for creating powerful cross-platform games.
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
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
|
|
gui-cs/Terminal.Gui
Cross Platform Terminal UI toolkit for .NET
|
Version | Downloads | Last updated |
---|---|---|
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 |
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 | 73 | 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 | 73 | 12/29/2013 |
1.7.0 | 71 | 12/29/2013 |
1.6.0 | 72 | 12/28/2013 |
1.5.0 | 73 | 12/27/2013 |
1.4.0 | 71 | 12/26/2013 |
1.3.0 | 72 | 12/24/2013 |
1.2.0 | 74 | 12/24/2013 |
1.1.0 | 75 | 12/23/2013 |
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