{
  "firstName": "John",
  "lastName": "Smith",
  "age": -25,
  "limit": 1e2,
  "width": 12,
  "height": 1.73,
  "good": true,
  "bad": false,
  "address": {
    "streetAddress": "21\t\u0009 \u1234 2nd Street",
    "city": "New York",
    "state": "NY",
    "postalCode": "10021"
  },
  "phoneNumber": [
    {
      "type": "home",
      "number": "212 555-1234"
    },
    {
      "type": "fax",
      "number": "646 555-4567"
    }
  ],
  "gender": {
    "type": "male"
  }
}
