qjson

Maps JSON data to QVariant objects for Qt applications

brewmacoslinux
Try with needOr install directly
Source

About

Map JSON to QVariant objects

Commands

qjson

Examples

Parse a JSON file and convert it to QVariant format$ qjson parse input.json
Pretty-print JSON with formatted output$ qjson format data.json -o output.json
Validate JSON syntax from stdin$ cat data.json | qjson validate