jrsonnet

Fast Jsonnet implementation in Rust for evaluating Jsonnet configuration files

brewmacoslinux
Try with needOr install directly
Source

About

Rust implementation of Jsonnet language

Commands

jrsonnet

Examples

Evaluate a Jsonnet file and output JSON$ jrsonnet file.jsonnet
Evaluate Jsonnet with external variables$ jrsonnet --arg name value file.jsonnet
Output formatted JSON with indentation$ jrsonnet -S file.jsonnet