Just started this one as a really small JSON extension, implemented in JavaScript.
It's a Pre-Processor, not a Parser!
The .json
files can now also:
- Contain comments
/* ... */
- Beneath the " string literal now also supported ' and `
- This also holds for escaping 'em, it's also supported.
- All both in keys and in values.
- Preserves original lines and columns (over comments, for debugging)
I'd be happy about your ideas, which other features could be implemented!
- Version v0.3.0 (updated 2024-10-17)
I'm just parsing it 'byte by byte'. With one open
state. That's all.
The Copyright is (c) Sebastian Kucharczyk, and it's licensed under the MIT (also known as 'X' or 'X11' license).
