Skip to content

v0.1.0: Initial Release

Compare
Choose a tag to compare
@recp recp released this 01 Sep 14:01
· 28 commits to master since this release
  • header-only or optional compiled library
  • option to store members and arrays as reverse order or normal
  • doesn't alloc memory for keys and values only for tokens
  • creates DOM-like data structure to make it easy to iterate though
  • provides some util functions to print json, get int32, int64, float, double...
  • unique way to parse JSON (check the object map section)