json5 / json5-spec

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

Dash in keys #29

Closed TheHalcyonSavant closed 4 years ago

TheHalcyonSavant commented 4 years ago

Hi,

Why this format can't be supported?:

{
  some-key: 'text'
}

Thanks

jordanbtucker commented 4 years ago

Dashes in keys are not allowed in ES5. Since JSON5 is compatible with ES5, keys can't have dashes in JSON5.