- Fix empty object dumping adding newline + indentation
- Disallow newline before non-object values
- Fix string dumping producing invalid strings when the value contains line breaks
- Control characters, backslashes,
$
, and double-quotes will now be escaped
- Control characters, backslashes,
- Fix error when parsing additional pairs following a nested list
- Add support for
empty
keyword - Change how dump handles stringifying nested arrays
- Arrays will no longer line-break if they contain only empty arrays (e.g.
[[]. []. []]
)
- Arrays will no longer line-break if they contain only empty arrays (e.g.
- Update
dump()
to multi-line nested arrays. This will better visually represent 2-dimensional arrays.
- Update readme
- Rewrite
dump()
function to produce more readable, consistent output
- Add more badges to readme
- Add more badges to readme
- Update parser internals to properly print names of expected syntax terms when no valid term is found
- Update pubspec, readme
- Add example file.
- Initial version