A janet implementation of NestedText.
NestedText is an alternative to Yaml that aims to be simpler.
> (import nested-text)
> (nested-text/decode (slurp "example/example.nt"))
[:ok @{"president" @{"name" ...} ...}]
> (nested-text/print ["a" "b" ["c"]])
- a
- b
-
- c