Closed TheHalcyonSavant closed 4 years ago
Hi,
Why this format can't be supported?:
{ some-key: 'text' }
Thanks
Dashes in keys are not allowed in ES5. Since JSON5 is compatible with ES5, keys can't have dashes in JSON5.
Hi,
Why this format can't be supported?:
Thanks