loom
1// Ок
2{
3// comments
4unquoted: 'and you can quote me on that',
5singleQuotes: 'I can use "double quotes" here',
6lineBreaks: "Look, Mom! No \\n's!",
7hexadecimal: 0xdecaf,
8leadingDecimalPoint: .8675309, andTrailing: 8675309.,
9positiveSign: +1,
10trailingComma: 'in objects', andIn: ['arrays',],
11"backwardsCompatible": "with JSON",
12}
13