{
  "null": null,
  "true": true,
  "false": false,
  "zero": 0,
  "negative_zero": -0.0,
  "integer": 42,
  "negative_integer": -42,
  "big_integer": 9007199254740993,
  "beyond_int64": 9223372036854775808,
  "float": 3.141592653589793,
  "exponent": 1.5e308,
  "small_exponent": 5e-324,
  "string": "Excepteur ipsum possimus recusandae illo nisi et deserunt eiusmod.",
  "empty_string": "",
  "unicode": "caf\u00e9 na\u00efve \u03a9 \u4e2d\u6587",
  "surrogate_pair": "\ud83d\ude00",
  "escapes": "quote:\" backslash:\\ slash:\/ newline:\n tab:\t bell:\u0007",
  "empty_object": {},
  "empty_array": [],
  "array_of_mixed": [1, "two", 3.0, null, true, [], {}],
  "nested": {"a": {"b": {"c": [1, 2, 3]}}}
}
