Inspired by this tweet and some responses (1, 2) I've come here to ask:
Was there ever an attempt to make JSON5 part of JS/ECMAScript?
I searched quite a bit, but wasn't able to find anything in that direction, esp. not here: https://github.com/tc39/proposals/blob/main/inactive-proposals.md
If yes, could you point me to it, for reference?
If no, would you consider doing it?
Or would you be sympathetic to somebody else attempting it?
My thoughts were going towards attempting an ECMAScript proposal at least for parsing and stringifying JSON5 plus at the same time applying application/json5 as a IANA media type.
Thoughts in general? :)
Of course: Thank you for creating and maintaining JSON5!
Inspired by this tweet and some responses (1, 2) I've come here to ask:
Was there ever an attempt to make JSON5 part of JS/ECMAScript?
I searched quite a bit, but wasn't able to find anything in that direction, esp. not here: https://github.com/tc39/proposals/blob/main/inactive-proposals.md
If yes, could you point me to it, for reference?
If no, would you consider doing it?
Or would you be sympathetic to somebody else attempting it?
My thoughts were going towards attempting an ECMAScript proposal at least for parsing and stringifying JSON5 plus at the same time applying
application/json5as a IANA media type.Thoughts in general? :)
Of course: Thank you for creating and maintaining JSON5!