mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 01:11:02 +02:00
5 lines
82 B
Jsonnet
5 lines
82 B
Jsonnet
{
|
|
foo: [
|
|
std.parseInt("-123949595") for i in std.range(0,100)
|
|
],
|
|
} |