mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-24 10:31:05 +01:00
Add support for std.parseYaml. Co-authored-by: Stanisław Barzowski <stanislaw.barzowski@gmail.com>
11 lines
106 B
Plaintext
11 lines
106 B
Plaintext
{
|
|
"aaa": { },
|
|
"foo": "bar",
|
|
"xxx": [
|
|
42,
|
|
"asdf",
|
|
{ }
|
|
],
|
|
"ąę": "ćż"
|
|
}
|