jrsonnet
refs/commits
c5b983e11d4d
bindings/test.jsonnet
1{2 a: 1,3 b: "hello",4 c: std.native("nativeAdd")(2, 3),5}