SSh.JsonMapper 0.1.7

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

// Install SSh.JsonMapper as a Cake Tool
#tool nuget:?package=SSh.JsonMapper&version=0.1.7

Utility for converting JSON string to specific C# object format

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.

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
0.1.7 1,201 9/6/2017
0.1.6 879 8/15/2017

The utility supports converting to standart .NET classes, or custom classes, or collection of them.
v0.1.7: added ability to use nested JSON properties (for simple objects only)