libjson is a simple JSON reader and writer that is super-efficient, designed to run circles around any other competing JSON engine.
Works with any language due to its C interface and opaque pointers. Now you can improve your development process by using this reader.
Here are some key features of "libjson":
· Lazy or aggressive JSON Parsing
· 100% JSON compliant
· Language independent C interface
· C++ interface
· Test Suite and Example Projects
· C and Bash style comment support
· Footprint Analyzer
What's New in This Release: [ read full changelog ]
· Fixed bug where with JSON_NULL_MEMORY option could null out children
· Explicitly defined std namespace for memory functions