Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Last active September 2, 2020 11:59
Show Gist options
  • Save indreklasn/4c72668bdcf7aea1ee1c75df7fa84389 to your computer and use it in GitHub Desktop.
Save indreklasn/4c72668bdcf7aea1ee1c75df7fa84389 to your computer and use it in GitHub Desktop.
Example 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