Skip to content

justas-d/just-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published