Fast in-memory JSON and interface library for modern C++
Extremely fast, in-memory JSON and interface library for modern C++
glaze$ glaze parse '{"name": "example", "value": 42}'$ glaze serialize --input data.json --output result.json$ glaze validate --schema schema.json --data input.json