KGySoft.Json
2.0.1
Install-Package KGySoft.Json -Version 2.0.1
dotnet add package KGySoft.Json --version 2.0.1
<PackageReference Include="KGySoft.Json" Version="2.0.1" />
paket add KGySoft.Json --version 2.0.1
#r "nuget: KGySoft.Json, 2.0.1"
// Install KGySoft.Json as a Cake Addin
#addin nuget:?package=KGySoft.Json&version=2.0.1
// Install KGySoft.Json as a Cake Tool
#tool nuget:?package=KGySoft.Json&version=2.0.1
KGy SOFT JSON Libraries offer a simple and fast way to build and parse JSON content.
Main highlights:
- Fast parsing from string, Stream or any TextReader
- Easy DOM navigation with compact and intuitive syntax
- Just call ToString to get the JSON content (compact or indented)
- Simple serialization into StringBuilder, Stream or any TextWriter
- A lot of extensions for converting to and from .NET types including enums, BigInteger, DateTime, TimeSpan, etc.
Documentation: https://docs.kgysoft.net/json
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- KGySoft.CoreLibraries (>= 6.0.2)
-
.NETCoreApp 2.1
- KGySoft.CoreLibraries (>= 6.0.2)
-
.NETFramework 3.5
- KGySoft.CoreLibraries (>= 6.0.2)
-
.NETFramework 4.0
- KGySoft.CoreLibraries (>= 6.0.2)
-
.NETFramework 4.5
- KGySoft.CoreLibraries (>= 6.0.2)
-
.NETFramework 4.7.2
- KGySoft.CoreLibraries (>= 6.0.2)
-
.NETStandard 2.0
- KGySoft.CoreLibraries (>= 6.0.2)
-
.NETStandard 2.1
- KGySoft.CoreLibraries (>= 6.0.2)
-
net5.0
- KGySoft.CoreLibraries (>= 6.0.2)
-
net6.0
- KGySoft.CoreLibraries (>= 6.0.2)
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 |
---|---|---|
2.0.1 | 94 | 2/28/2022 |
2.0.0 | 149 | 11/17/2021 |
2.0.0-rc.1 | 116 | 10/28/2021 |
1.1.0 | 273 | 7/25/2021 |
See the detailed release notes here: https://github.com/koszeggy/KGySoft.Json/blob/master/KGySoft.Json/changelog.txt