Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.
889
stars
142
forks
source link
Multidimensional array (nested array) not parsed correctly #113
Open
asokani opened 6 years ago
This YAML:
should be equivalent to this:
but the first form is parsed as "[- test\n- test1]". It should not be necessary to start a nested sequence with a new line.