go-jsonnet/testdata/object_comp_super.golden
Stanisław Barzowski 78b4794523 Object comprehensions
2017-09-27 18:00:30 -04:00

19 lines
165 B
Plaintext

{
"a": "42a",
"b": "42b",
"c": "42c",
"q": 42,
"x": [
1,
"x"
],
"y": [
1,
"y"
],
"z": [
1,
"z"
]
}