justas-d / just-json

Just read/write JSON. No allocations. C/C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just Json

Just write/read json data to a file stream.

  • 1 byte chars only. No unicode.
  • Strings are escaped.
  • Leans on FILE *
  • No allocations (except for if the cstdlib decides to allocate)
  • No formatting or indentation.

See files for usage and documentation.

Public domain. Buy me a pizza

About

Just read/write JSON. No allocations. C/C++


Languages

Language:C 91.4%Language:C++ 8.4%Language:Shell 0.2%