mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-24 10:31:05 +01:00
5 lines
122 B
Jsonnet
5 lines
122 B
Jsonnet
{x: 1, y: 2, z: 3} +
|
|
{[v]: [super.x, v] for v in ["x", "y", "z"] } +
|
|
{[v]: self.q + v for v in ["a", "b", "c"]} +
|
|
{q: 42}
|