glaze

Fast in-memory JSON and interface library for modern C++

brewmacoslinux
Try with needOr install directly
Source

About

Extremely fast, in-memory JSON and interface library for modern C++

Commands

glaze

Examples

Parse JSON string into C++ objects with automatic serialization$ glaze parse '{"name": "example", "value": 42}'
Serialize C++ objects to JSON format with high performance$ glaze serialize --input data.json --output result.json
Validate JSON schema compliance for data files$ glaze validate --schema schema.json --data input.json