RJKJSoft.QuickJSON
1.0.1
Prefix Reserved
See the version list below for details.
dotnet add package RJKJSoft.QuickJSON --version 1.0.1
NuGet\Install-Package RJKJSoft.QuickJSON -Version 1.0.1
<PackageReference Include="RJKJSoft.QuickJSON" Version="1.0.1" />
paket add RJKJSoft.QuickJSON --version 1.0.1
#r "nuget: RJKJSoft.QuickJSON, 1.0.1"
// Install RJKJSoft.QuickJSON as a Cake Addin #addin nuget:?package=RJKJSoft.QuickJSON&version=1.0.1 // Install RJKJSoft.QuickJSON as a Cake Tool #tool nuget:?package=RJKJSoft.QuickJSON&version=1.0.1
This is a JSON encoder decoder, which is designed to be quick and very small footprint.
Measured quicker that the common c# JSON code, and much much smaller.
Designed with very few classes : JToken, JObject, JArray.
Convert to/from C# objects.
Designed with safe extension getter classes (jt["Name"].Str()) to make it safe to read those json files with data sometimes present or not.
Full class help is available on our Wiki : https://github.com/robbyxp1/QuickJSON/wiki/Class-List
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- No dependencies.
-
net5.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RJKJSoft.QuickJSON:
Repository | Stars |
---|---|
EDDiscovery/EDDiscovery
Captains log and 3d star map for Elite Dangerous
|
1.01
Upload to Nuget had wrong dll - try again
1.00
Fix issue with FromObject when access property indexer []
Made ToString() work so much faster by using StringBuilder!
0.95
Fix issue with DateTimeUTC so it returns a mindate with UTC kind if it fails to convert
DoubleNull and FloatNull added