mirror of
https://github.com/google/go-jsonnet.git
synced 2026-05-04 11:41:03 +02:00
5 lines
108 B
Jsonnet
5 lines
108 B
Jsonnet
std.manifestYamlDoc([
|
|
{ foo: "bar" },
|
|
{ baz: "qux" },
|
|
], indent_array_in_object=false, quote_keys=true)
|