go-jsonnet/testdata/object_comp_if.jsonnet
Stanisław Barzowski 78b4794523 Object comprehensions
2017-09-27 18:00:30 -04:00

2 lines
58 B
Jsonnet

{ [x]: 42 for x in ["a", "b", "bb", "c"] if x[0] == "b" }