libMmkJsonWriter 0.0.1
dotnet add package libMmkJsonWriter --version 0.0.1
NuGet\Install-Package libMmkJsonWriter -Version 0.0.1
<PackageReference Include="libMmkJsonWriter" Version="0.0.1" />
paket add libMmkJsonWriter --version 0.0.1
#r "nuget: libMmkJsonWriter, 0.0.1"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
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.
Fix JSON escape codes for [\b\f\n\r\t].