Skip to content

Instantly share code, notes, and snippets.

@ikhoon
Created December 8, 2021 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikhoon/78afc11c39c9937c4c9dd02137a775b8 to your computer and use it in GitHub Desktop.
Save ikhoon/78afc11c39c9937c4c9dd02137a775b8 to your computer and use it in GitHub Desktop.
test.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",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment