json-glib

GLib-based JSON parser and generator library

brewmacoslinux
Try with needOr install directly
Source

About

Library for JSON, based on GLib

Commands

json-glib-formatjson-glib-validate

Examples

Validate JSON syntax from a file$ json-glib-validate data.json
Format and prettify JSON with indentation$ json-glib-format --prettify input.json
Validate JSON from stdin$ cat data.json | json-glib-validate