Don't like ads? PRO users don't see any ads ;-)
Guest

person

By: a guest on May 30th, 2012  |  syntax: JavaScript  |  size: 0.28 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. {
  2.     "firstName": "John",
  3.     "lastName": "Smith",
  4.     "address": {
  5.         "streetAddress": "21 2nd Street",
  6.         "city": "New York",
  7.         "state": "NY",
  8.         "postalCode": 10021
  9.     },
  10.     "phoneNumbers": [
  11.         "212 732-1234",
  12.         "646 123-4567"
  13.     ]
  14. }