jsonnet

Domain-specific language for generating JSON configuration files

brewmacoslinux
Try with needOr install directly
Source

About

Domain specific configuration language for defining JSON data

Commands

jsonnetjsonnetfmt

Examples

Generate JSON from a Jsonnet file$ jsonnet config.jsonnet
Format a Jsonnet file with proper style$ jsonnetfmt -i config.jsonnet
Generate JSON and save to output file$ jsonnet config.jsonnet -o output.json