home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _50945E1DF5D0422F8A0020940882D25F / Address.json next >
Encoding:
JavaScript Object Notation  |  2002-08-29  |  388 b 

  1. {
  2.     "schema": {
  3.         "PrimaryKey": "Long Integer",
  4.         "ForeignKey": "Long Integer",
  5.         "city": "Text (255)",
  6.         "state": "Text (255)",
  7.         "street": "Text (255)",
  8.         "zip": "Long Integer"
  9.     },
  10.     "data": [
  11.         {
  12.             "PrimaryKey": 1,
  13.             "ForeignKey": 1,
  14.             "city": "Vereno",
  15.             "state": "CA",
  16.             "street": "119 Oakstreet, Suite 4876",
  17.             "zip": 29213
  18.         },
  19.         {
  20.             "PrimaryKey": 2,
  21.             "ForeignKey": 2,
  22.             "city": "Brenton",
  23.             "state": "MA",
  24.             "street": "9865 Millenium Center, Suite 456",
  25.             "zip": 5985
  26.         }
  27.     ]
  28. }