mirror of
https://github.com/google/go-jsonnet.git
synced 2026-05-04 19:46:12 +02:00
2 lines
87 B
Jsonnet
2 lines
87 B
Jsonnet
std.foldr(function(v, i) i + std.toString(v), ['a', 2, [1, 2, 3], { foo: 'bar' }], '')
|