{ "test_invalid":test, "test_empty":, "string_empty":"", "string_basic":"Here we go", "string_doubleBackslash":"test string\\\\", "string_backslashQuote":"test string\\\"", "string_doubleQuotes":"checking \"\\validity\\\" of a \"quoted\" string", "string_newline":"line one\n\nline three", "number_zero":0.0000, "number_integer":123, "number_decimal":-123.456, "number_e":12345e6, "object_empty": {}, "object_comprehensive": {"string":"value1", "integer":2, "decimal":3.1415, "special":null, "array":["test",1,true], "object":{"subobjattrib":false}}, "array_empty": [], "array_strings": ["a", "b", "c"], "array_numeric": [0, 1, 2], "array_special": [true, false, null], "array_object1":[{"firstObject":true},{"secondObject":"yes"},{}], "array_object2": [ { "test1": true, "test2": false, "test3": null, "elements": [{ "distance": { "text": "1,530 km", "value": 1529516 }, "duration": { "text": "14 hours 46 mins", "value": 53135 }, "status": "OK" }] }, {}, { "hi": "there" } ], "array_mixed":[ 123, "fourfivesix", {"myobject":{"human":"being"}}, [101,102,103], true, false, null ] }