cjson

Ultralightweight JSON parser library in ANSI C

brewmacoslinux
Try with needOr install directly
Source

About

Ultralightweight JSON parser in ANSI C

Commands

cjson

Examples

Parse and print JSON structure from a file$ cjson < input.json
Validate JSON syntax from command line$ echo '{"name": "test"}' | cjson
Pretty-print JSON with indentation$ cjson --pretty < data.json