# Functions
Marshal returns the Jsonnet encoding of v.
# Type aliases
Import renders as jsonnet import.
ImportBin renders as jsonnet importbin.
ImportStr renders as jsonnet importstr.
Self with value "foo" renders as "self.foo".
Sum renders a sum expression.
Super with value "foo" renders as "super.foo".
Var renders as jsonnet variable reference.