go-jsonnet

Go implementation of Jsonnet, a data templating language for JSON

brewmacoslinux
Try with needOr install directly
Source

About

Go implementation of configuration language for defining JSON data

Commands

jsonnet

Examples

Convert a Jsonnet file to JSON$ jsonnet file.jsonnet
Evaluate Jsonnet and output to a file$ jsonnet file.jsonnet -o output.json
Use Jsonnet with external variables$ jsonnet --var name=value file.jsonnet