mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-30 01:41:04 +02:00
6 lines
83 B
Jsonnet
6 lines
83 B
Jsonnet
local foo = if true then {"foo": "bar"} else "foo";
|
|
[
|
|
foo[0],
|
|
foo["foo"]
|
|
]
|