1{ 2 "firstName": "John", 3 "lastName": "Smith", 4 "age": -25, 5 "limit": 1e2, 6 "width": 12, 7 "height": 1.73, 8 "good": true, 9 "bad": false, 10 "address": { 11 "streetAddress": "21\t\u0009 \u1234 2nd Street", 12 "city": "New York", 13 "state": "NY", 14 "postalCode": "10021" 15 }, 16 "phoneNumber": [ 17 { 18 "type": "home", 19 "number": "212 555-1234" 20 }, 21 { 22 "type": "fax", 23 "number": "646 555-4567" 24 } 25 ], 26 "gender": { 27 "type": "male" 28 } 29}