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