Re: [community-group] Support json5 in format (#175)

+1 I would **love** to write comments in design token files + there are much more possibilities: 

```json5
{
  // comments
  unquoted: 'and you can quote me on that',
  singleQuotes: 'I can use "double quotes" here',
  lineBreaks: "Look, Mom! \
No \\n's!",
  hexadecimal: 0xdecaf,
  leadingDecimalPoint: .8675309, andTrailing: 8675309.,
  positiveSign: +1,
  trailingComma: 'in objects', andIn: ['arrays',],
  "backwardsCompatible": "with JSON",
}
```


-- 
GitHub Notification of comment by felixhaeberle
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/175#issuecomment-1294716495 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 28 October 2022 08:49:24 UTC