jsontoolkit

Expressive JSON programming library and utilities for modern C++

brewmacoslinux
Try with needOr install directly
Source

About

Swiss-army knife library for expressive JSON programming in modern C++

Commands

jsontoolkit

Examples

Parse and validate a JSON file$ jsontoolkit validate input.json
Pretty-print and format JSON with indentation$ jsontoolkit format --indent 2 input.json
Query JSON data using JSON pointer syntax$ jsontoolkit query input.json /path/to/key