Jsonnet

Expressions

expressionmeaning
local x = 2variable
local Smth(x=2) = {y = x} zfunction
function (x) x\*xlambda
[x * x for x in std.range(1, 10)]comprehension
{a : 2} + {b : 4}inheritance
local add = import 'add.jsonnet';import
Meta
b86fc1ad-9371-49c4-9c26-e6304eb73f51