go-jsonnet/testdata/parseJson.golden
2018-12-13 13:45:39 -05:00

11 lines
106 B
Plaintext

{
"aaa": { },
"foo": "bar",
"xxx": [
42,
"asdf",
{ }
],
"ąę": "ćż"
}