json_spirit

C++ JSON parser and generator library with spirit parser

brewmacoslinux
Try with needOr install directly
Source

About

C++ JSON parser/generator

Commands

json_spirit

Examples

Parse JSON from a file and validate syntax$ json_spirit input.json
Convert and pretty-print JSON data$ json_spirit -p input.json > output.json
Generate JSON output from C++ code using the library$ cat example.cpp | json_spirit