1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{ "true": false, "false": true, "number": 1234567890, "null": null, "string": "nonsense", "scope": { "a": "b", "bah": null }, "array1": [ "foo", "bar", [ 123, null, false, "fizz", "buzz" ] ] }