mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 07:17:12 +02:00
11 lines
106 B
Plaintext
11 lines
106 B
Plaintext
{
|
|
"aaa": { },
|
|
"foo": "bar",
|
|
"xxx": [
|
|
42,
|
|
"asdf",
|
|
{ }
|
|
],
|
|
"ąę": "ćż"
|
|
}
|