NetJSON 1.0.7

dotnet add package NetJSON --version 1.0.7
NuGet\Install-Package NetJSON -Version 1.0.7
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="NetJSON" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetJSON --version 1.0.7
#r "nuget: NetJSON, 1.0.7"
#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 NetJSON as a Cake Addin
#addin nuget:?package=NetJSON&version=1.0.7

// Install NetJSON as a Cake Tool
#tool nuget:?package=NetJSON&version=1.0.7

Faster than Any Binary?

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on NetJSON:

Repository Stars
neuecc/Utf8Json
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
stratisproject/StratisBitcoinFullNode
Bitcoin full node in C#
christopherread/Obvs
An observable microservice bus library for .NET, that wraps the underlying message transports in simple Rx based interfaces.
Version Downloads Last updated
1.0.7 483 3/15/2015
1.0.6.2 234 1/12/2015
1.0.6.1 50 1/12/2015
1.0.6 105 12/14/2014
1.0.5.4 149 11/22/2014
1.0.5.3 447 11/16/2014
1.0.5.2 303 11/14/2014
1.0.5.1 571 11/13/2014
1.0.5 129 10/21/2014
1.0.4.5 105 10/9/2014
1.0.4.4 71 10/5/2014
1.0.4.3 67 10/4/2014
1.0.4.2 72 9/24/2014
1.0.4.1 101 9/24/2014
1.0.4 67 9/21/2014
1.0.3 61 9/19/2014
1.0.2 75 9/7/2014
1.0.1 95 8/17/2014
1.0.0 80 8/7/2014

- Fixed issue with deserializing/serializing nullable type when value is specified
- Fixed encoding issue with array and other related methods when dealing with tabs
- Added support for .NET 3.5