Warning, /frameworks/syntax-highlighting/autotests/input/test.json.witherror is written in an unsupported language. File is not indexed.

0001 {
0002   "float": 3.1415,
0003   "int": 123,
0004   "string": "\a \"b' \n",
0005   "array": [ 1, 2, 3 ],
0006   "object": {
0007     "mult-line": "so this folds"
0008   },
0009   "folded array": [
0010     0, 1, 2, 3, 00, 01
0011   ]
0012   "error key": "due to missing comma"
0013 }