Documentation ¶ Overview ¶ Command line tool to try evaluating JSonnet. Demos: echo "{ a: 1, b: 2 }" | go run jsonnet_main/main.go /dev/stdin go run jsonnet_main/main.go test1.j go run jsonnet_main/main.go test2.j echo 'std.extVar("a") + "bar"' | go run jsonnet_main/main.go /dev/stdin a=foo Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.