home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / database / extbind / pubs.mdb / stores.json < prev    next >
JavaScript Object Notation  |  1998-03-26  |  922b

  1. {
  2.     "schema": {
  3.         "stor_id": "Text (4)",
  4.         "stor_name": "Text (40)",
  5.         "stor_address": "Text (40)",
  6.         "city": "Text (20)",
  7.         "state": "Text (2)",
  8.         "zip": "Text (5)"
  9.     },
  10.     "data": [
  11.         {
  12.             "stor_id": "6380",
  13.             "stor_name": "Eric the Read Books",
  14.             "stor_address": "788 Catamaugus Ave.",
  15.             "city": "Seattle",
  16.             "state": "WA",
  17.             "zip": "98056"
  18.         },
  19.         {
  20.             "stor_id": "7066",
  21.             "stor_name": "Barnum's",
  22.             "stor_address": "567 Pasadena Ave.",
  23.             "city": "Tustin",
  24.             "state": "CA",
  25.             "zip": "92789"
  26.         },
  27.         {
  28.             "stor_id": "7067",
  29.             "stor_name": "News & Brews",
  30.             "stor_address": "577 First St.",
  31.             "city": "Los Gatos",
  32.             "state": "CA",
  33.             "zip": "96745"
  34.         },
  35.         {
  36.             "stor_id": "7131",
  37.             "stor_name": "Doc-U-Mat: Quality Laundry and Books",
  38.             "stor_address": "24-A Avogadro Way",
  39.             "city": "Remulade",
  40.             "state": "WA",
  41.             "zip": "98014"
  42.         },
  43.         {
  44.             "stor_id": "7896",
  45.             "stor_name": "Fricative Bookshop",
  46.             "stor_address": "89 Madison St.",
  47.             "city": "Fremont",
  48.             "state": "CA",
  49.             "zip": "90019"
  50.         },
  51.         {
  52.             "stor_id": "8042",
  53.             "stor_name": "Bookbeat",
  54.             "stor_address": "679 Carson St.",
  55.             "city": "Portland",
  56.             "state": "OR",
  57.             "zip": "89076"
  58.         }
  59.     ]
  60. }