This commit is contained in:
silverwind 2023-09-09 16:14:14 +02:00
parent e541ad4293
commit 09e3c87a82
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -1,7 +1,12 @@
{
"a": 1., // comment
'b': 0xff, // comment
'c': -infinity, /*
multiline comment
*/
// 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",
}