Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 3.64 KB

ReadMe.md

File metadata and controls

39 lines (34 loc) · 3.64 KB

Jsonifier

Commit Activity Lines of Code

Jsonifier is fully RFC8259 compliant.

A few classes for validating, serializing, parsing, prettifying, and minifying objects into/from JSON strings - very rapidly.

It achieves this through the usage of simd-instructions as well as compile-time hash-maps for the keys of the data being parsed.


Compiler Support


MSVC GCC CLANG

Operating System Support


Windows Linux Mac

Usage Guide: