TOC Prev Next
JSON Sugar and other Goodness
CUE allows a shorthand for structs with single members.
outer middle inner: 3
{ "outer": { "middle": { "inner": 3 } } }