yyjson

High performance JSON library written in ANSI C

brewmacoslinux
Try with needOr install directly
Source

About

High performance JSON library written in ANSI C

Commands

yyjson

Examples

Parse and validate a JSON file$ yyjson parse input.json
Pretty print JSON with formatting$ yyjson format input.json -o output.json
Check JSON syntax validity$ yyjson validate data.json