SharpExtensions.Json 0.1.1

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

// Install SharpExtensions.Json as a Cake Tool
#tool nuget:?package=SharpExtensions.Json&version=0.1.1

A collection of extension methods for Json to make things a bit easier.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.1 101 12/30/2014
0.1.0 46 12/30/2014
0.0.8 72 7/29/2014
0.0.7 48 5/20/2014
0.0.6 48 5/20/2014
0.0.5 49 5/15/2014
0.0.4 47 1/16/2014
0.0.3 46 1/16/2014
0.0.2 46 1/10/2014
0.0.1 68 1/9/2014

Added some numeric extensions, refactored the location of some extensions. Future versions will all be released in lockstep to keep consistent.