libMmkJsonWriter 0.0.1

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

// Install libMmkJsonWriter as a Cake Tool
#tool nuget:?package=libMmkJsonWriter&version=0.0.1

MaulingMonKey's Json Writer API.  No, the world didn't really need another JSON writer library.  Yes, I wrote one anyways.

Project Goals:
- Zero Allocations - I should be able to use this to report heap corruptions.  Payload limits are a feature (tm).
- Cross Platform - any C++03 compiler should work (tm).
- Less Bugs - via the abuse of macros & variable shadowing, to avoid common errors.
- No Config - aiming to have "perfect" NuGet integration, with .libs, sane defaults, and source compilation fallback.

Product Compatible and additional computed target framework versions.
native native 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

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.0.1 1,041 4/4/2017
0.0.0 886 3/27/2017

Fix JSON escape codes for [\b\f\n\r\t].