d3x0r / JSON6

JSON for Humans (ES6)
Other
236 stars 14 forks source link

JSON5 superset? #18

Closed brettz9 closed 4 years ago

brettz9 commented 4 years ago

Is JSON6 a strict superset of JSON5? I'd just like to make it easier for users if they are already familiar with JSON5. In the README, it looks like it should be, but I wanted to be sure.

d3x0r commented 4 years ago

I'm pretty sure it includes everything JSON5 did before.

mathiasrw commented 4 years ago

It would be good to state very clearly in the readme - so that you know that you can read your json5 documents with json6

d3x0r commented 4 years ago

@mathiasrw https://github.com/d3x0r/JSON6/blob/master/README.md#summary-of-changes-from-json5 ?

brettz9 commented 4 years ago

LGTM, thanks!