moleike / haskell-jsonnet

🎏 Haskell implementation of Jsonnet

Home Page:https://hackage.haskell.org/package/jsonnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add hidden fields

moleike opened this issue · comments

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!