json5 / json5-spec

The JSON5 Data Interchange Format
https://spec.json5.org
MIT License
49 stars 11 forks source link

Support thousand separators #51

Closed Azmisov closed 5 months ago

Azmisov commented 5 months ago

I'm thinking something how we have in JS: 1_000_000

jordanbtucker commented 5 months ago

Thanks for the suggestion, however one of JSON5's core principles is to only borrow syntax from ECMAScript 5 to avoid scope keep and to keep the syntax simple.