Info
Version: | 0.0.1 |
Author(s): | MaulingMonkey |
Last Update: | Tuesday, April 4, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MaulingMonkey/libMmkJsonWriter |
NuGet Url: | https://www.nuget.org/packages/libMmkJsonWriter |
Install
Install-Package libMmkJsonWriter
dotnet add package libMmkJsonWriter
paket add libMmkJsonWriter
libMmkJsonWriter Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.