Encode a string tree into a YAML-like indented format where indentation, by default set at 2 spaces, indicates node depth.
YAML
2
You will find a curried version under the key curried.
curried
The tree to be encoded.
Optional
Optional number of space characters that separate adjacent tree levels. Default is 2.
Encode a string tree into a
YAML-like indented format where indentation, by default set at2spaces, indicates node depth.You will find a curried version under the key
curried.