Package Usage: go: github.com/npillmayer/nestext
Package nestext provides tools for processing NestedText, a human friendly data format.
For more information on NestedText see
https://nestedtext.org .
To get a feel for the NestedText format, take a look at the following example
(shortended version from the NestedText site):
NestedText is somewhat reminiscent of YAML, without the complexity of the latter and
without the sometimes confusing details of interpretation.
NestedText does not interpret any data types (unlike YAML), nor does it impose a schema.
All of that has to be done by the application.
Parse is the top-level API:
will yield:
Clients may use tools like `mitchellh/mapstructure` or `knadh/koanf` for further processing.
Sub-package `ntenc` provides a NestedText encoder.
3 versions
Latest release: plus de 3 ans ago
14 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/npillmayer/nestext