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 484 3/15/2015
1.0.6.2 236 1/12/2015
1.0.6.1 51 1/12/2015
1.0.6 106 12/14/2014
1.0.5.4 151 11/22/2014
1.0.5.3 448 11/16/2014
1.0.5.2 304 11/14/2014
1.0.5.1 572 11/13/2014
1.0.5 130 10/21/2014
1.0.4.5 106 10/9/2014
1.0.4.4 72 10/5/2014
1.0.4.3 68 10/4/2014
1.0.4.2 74 9/24/2014
1.0.4.1 103 9/24/2014
1.0.4 68 9/21/2014
1.0.3 62 9/19/2014
1.0.2 76 9/7/2014
1.0.1 96 8/17/2014
1.0.0 81 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