home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 December / INTERNET97.ISO / pc / software / windows / building / xmlspy / setup44.exe / Data1.cab / F1583_Data_shape.mdb / Address.json next >
Encoding:
JavaScript Object Notation  |  2001-07-09  |  356 b 

  1. {
  2.     "schema": {
  3.         "PrimaryKey": "Long Integer",
  4.         "ForeignKey": "Long Integer",
  5.         "type": "Text (255)",
  6.         "City": "Text (255)",
  7.         "Name": "Text (255)",
  8.         "State": "Text (255)",
  9.         "Street": "Text (255)",
  10.         "Zip": "Long Integer"
  11.     },
  12.     "data": [
  13.         {
  14.             "PrimaryKey": 1,
  15.             "ForeignKey": 1,
  16.             "type": "US-Address",
  17.             "City": "Los Angeles",
  18.             "Name": "Main office",
  19.             "State": "California",
  20.             "Street": "Grosvenor Bvld.",
  21.             "Zip": 314159
  22.         }
  23.     ]
  24. }