mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-26 03:21:06 +01:00
19 lines
165 B
Plaintext
19 lines
165 B
Plaintext
{
|
|
"a": "42a",
|
|
"b": "42b",
|
|
"c": "42c",
|
|
"q": 42,
|
|
"x": [
|
|
1,
|
|
"x"
|
|
],
|
|
"y": [
|
|
1,
|
|
"y"
|
|
],
|
|
"z": [
|
|
1,
|
|
"z"
|
|
]
|
|
}
|