hjson-js
hjson-js copied to clipboard
Roundtrip doesn't preserve blank lines
When using Hjson.rt.parse and stringify, blank lines in the source are not preserved.
For instance, in the sample test.hjson file, if a blank line is added at line 15 (between text and quote properties), the output of stringify will not include that blank line.
Can this behavior be configured somehow?
JSON doesn't preserve blank lines either.