home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 90 / PIWD90.iso / pc / contents / developer / tutorial_files / Pages90-91 / dbPostcards.mdb / tblPostcards.json
JavaScript Object Notation  |  2003-01-01  |  568b

  1. {
  2.     "schema": {
  3.         "postcardID": "Long Integer",
  4.         "postcardLocation": "Text (100)",
  5.         "postcardTitle": "Text (100)"
  6.     },
  7.     "data": [
  8.         {
  9.             "postcardID": 1,
  10.             "postcardLocation": "card01.jpg",
  11.             "postcardTitle": "Chilli Pepper"
  12.         },
  13.         {
  14.             "postcardID": 2,
  15.             "postcardLocation": "card02.jpg",
  16.             "postcardTitle": "Pear"
  17.         },
  18.         {
  19.             "postcardID": 3,
  20.             "postcardLocation": "card03.jpg",
  21.             "postcardTitle": "Tiger"
  22.         },
  23.         {
  24.             "postcardID": 4,
  25.             "postcardLocation": "card04.jpg",
  26.             "postcardTitle": "Cork"
  27.         },
  28.         {
  29.             "postcardID": 5,
  30.             "postcardLocation": "card05.jpg",
  31.             "postcardTitle": "Christmas Tree"
  32.         },
  33.         {
  34.             "postcardID": 6,
  35.             "postcardLocation": "card06.jpg",
  36.             "postcardTitle": "Snowflakes"
  37.         }
  38.     ]
  39. }