ComputerBeacon.Json 4.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ComputerBeacon.Json --version 4.0.0
                    
NuGet\Install-Package ComputerBeacon.Json -Version 4.0.0
                    
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="ComputerBeacon.Json" Version="4.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ComputerBeacon.Json" Version="4.0.0" />
                    
Directory.Packages.props
<PackageReference Include="ComputerBeacon.Json" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ComputerBeacon.Json --version 4.0.0
                    
#r "nuget: ComputerBeacon.Json, 4.0.0"
                    
#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.
#:package ComputerBeacon.Json@4.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ComputerBeacon.Json&version=4.0.0
                    
Install as a Cake Addin
#tool nuget:?package=ComputerBeacon.Json&version=4.0.0
                    
Install as a Cake Tool

JSON Toolkit is a .NET library written in C# for parsing JSON strings, creating JSON objects in runtime and serializing the data.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ComputerBeacon.Json:

Package Downloads
ComputerBeacon.Facebook

A easy to use, high performance and robust library for implementing Facebook's API in any .NET environment. Includes 100 endpoints and 258 object properties mapped directly to .NET, with the ability to extend to any new endpoint.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.4.835 30,694 8/24/2015
4.3.833 2,139 12/3/2014
4.3.832 1,766 9/19/2014
4.2.804 2,588 12/26/2013
4.2.799 2,193 10/12/2013
4.2.765 3,957 9/25/2013
4.1.736 2,815 7/1/2013
4.0.507 5,149 6/23/2012
4.0.501 1,770 6/19/2012
4.0.497 1,834 6/19/2012
4.0.496 1,843 6/18/2012
4.0.0 1,876 6/15/2012

- improved error messages when parsing invalid Json strings
- up to 2.5x speed improvement in Json serialization
- up to 50% speed improvement in creating Json at runtime
- JSON namespace changed to ComputerBeacon.Json namespace