Add hidden fields
moleike opened this issue · comments
Alexandre Moreno commented
Jsonnet objects have a concept of visibility. By default all fields are visible, but Jsonnet allows hidden fields using ::
syntax.
Hidden fields are ignored for both manifestation and equality checking, e.g. { hidden:: "foo"} == {}
.
See the tutorial for examples. Join our gitter channel if you have further questions or need help!