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