TG.JSON
1.3.2
See the version list below for details.
dotnet add package TG.JSON --version 1.3.2
NuGet\Install-Package TG.JSON -Version 1.3.2
<PackageReference Include="TG.JSON" Version="1.3.2" />
paket add TG.JSON --version 1.3.2
#r "nuget: TG.JSON, 1.3.2"
// Install TG.JSON as a Cake Addin #addin nuget:?package=TG.JSON&version=1.3.2 // Install TG.JSON as a Cake Tool #tool nuget:?package=TG.JSON&version=1.3.2
TG.JSON is a versatile library for creating, parsing, encrypting values, serializing and deserializing JSON. It's compact, fast and very easy to use.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. 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.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.6.2 | 314 | 2/24/2023 |
1.6.0 | 498 | 1/28/2022 |
1.5.8 | 421 | 4/28/2021 |
1.5.7 | 517 | 11/20/2020 |
1.5.6 | 462 | 10/3/2020 |
1.5.5 | 601 | 6/2/2020 |
1.5.4 | 591 | 4/30/2020 |
1.5.3 | 700 | 4/5/2019 |
1.5.1 | 636 | 3/19/2019 |
1.5.0 | 834 | 12/2/2018 |
1.4.4 | 769 | 10/21/2018 |
1.4.3 | 960 | 7/18/2018 |
1.4.2 | 1,047 | 7/6/2018 |
1.4.1 | 978 | 7/5/2018 |
1.4.0 | 976 | 6/12/2018 |
1.3.11 | 916 | 5/15/2018 |
1.3.10 | 1,073 | 5/15/2018 |
1.3.9 | 1,095 | 5/13/2018 |
1.3.6 | 1,043 | 1/31/2018 |
1.3.4 | 1,027 | 1/30/2018 |
1.3.3 | 995 | 1/19/2018 |
1.3.2 | 1,126 | 1/19/2018 |
1.3.1 | 954 | 1/12/2018 |
1.1.11 | 925 | 10/23/2017 |
1.1.10 | 960 | 10/6/2017 |
1.1.9 | 1,030 | 9/25/2017 |
1.1.8 | 954 | 8/21/2017 |
1.1.7 | 998 | 6/4/2017 |
1.1.6 | 982 | 4/16/2017 |
1.1.5 | 983 | 4/13/2017 |
1.1.4 | 1,320 | 11/11/2016 |
1.1.3 | 1,239 | 10/22/2016 |
1.1.2 | 1,003 | 10/18/2016 |
1.1.1 | 1,247 | 8/26/2016 |
1.1.0 | 1,579 | 8/25/2016 |
Implemented encryption for values.
Properties can be decarated with JsonEncryptValueAttribute to encrypt when serializing.
Improved attributes when serializing and deserializing.
Allow private properties to be serialized when decarated with JsonPropertyAttribute.
As of 1.3.2:
Improved the JsonArrayBindingSource and JsonObjectPropertyDescriptor classes.