symlink-test/test.json

13 lines
341 B
JSON
Raw Normal View History

2023-09-09 14:10:35 +00:00
{
2023-09-09 14:14:14 +00:00
// 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",
2023-09-09 14:10:35 +00:00
}