@titanium/json5
Advanced tools
Changelog
v0.0.1 [[code][c0.0.1], [diff][d0.0.1]]
This was the first implementation of this JSON5 parser.
Support unquoted object keys, including reserved words. Unicode characters and escape sequences sequences aren't yet supported.
Support single-quoted strings.
Support multi-line strings.
Support trailing commas in arrays and objects.
Support comments, both inline and block.