You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
388 B
JSON

3 years ago
{
// Line comments are not included in standard but nonetheless allowed.
/* As well as block comments. */
"the only keywords are": [
true,
false,
null
],
"strings with": {
"no escapes": "pseudopolinomiality"
"valid escapes": "C-style\r\n and unicode\u0021",
"illegal escapes": "\0377\x\"
},
"some numbers": [
42,
-0.0e-0,
6.626e-34
]
3 years ago
}