Skip to content

RealTimeChris/Jsonifier

Repository files navigation

Jsonifier

Commit Activity Lines of Code

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_20922 GCC_13 CLANG_18

Operating System Support


Windows Linux Mac

Usage Guide: