RJKJSoft.QuickJSON 1.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RJKJSoft.QuickJSON" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RJKJSoft.QuickJSON --version 1.0.1
#r "nuget: RJKJSoft.QuickJSON, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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
Version Downloads Last updated
2.0.1 174 3/13/2024
2.0.0 205 2/13/2024
1.4.0 490 10/2/2023
1.3.0 181 6/7/2023
1.2.0 199 5/22/2023
1.1.0 752 1/26/2023
1.0.1 620 12/9/2022
1.0.0 295 12/9/2022
0.9.5 457 10/22/2022
0.9.1 379 8/23/2022
0.9.0 1,387 2/2/2022

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