Skip to content

A few classes for parsing and serializing objects from/into JSON - very rapidly.

License

Notifications You must be signed in to change notification settings

cycle-five/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 GCC CLANG

Operating System Support


Windows Linux Mac

Usage Guide:


About

A few classes for parsing and serializing objects from/into JSON - very rapidly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.7%
  • CMake 1.8%
  • PHP 1.5%