home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / hands_on / DBCJAN01 / dbcJan02b.mdb / StampDetail.json < prev    next >
JavaScript Object Notation  |  2001-10-01  |  633b

  1. {
  2.     "schema": {
  3.         "StampID": "Long Integer",
  4.         "Date Bought": "DateTime",
  5.         "PricePaid": "Currency",
  6.         "Notes": "Text (255)"
  7.     },
  8.     "data": [
  9.         {
  10.             "StampID": 3,
  11.             "Date Bought": "07/05/89 00:00:00",
  12.             "PricePaid": 34,
  13.             "Notes": "This one was bought as a singleton - so not part of a collection"
  14.         },
  15.         {
  16.             "StampID": 4,
  17.             "Date Bought": "06/05/98 00:00:00",
  18.             "PricePaid": 433,
  19.             "Notes": "This one was bought as a singleton - but I matched it with another to form a collection"
  20.         },
  21.         {
  22.             "StampID": 5,
  23.             "Date Bought": "06/04/78 00:00:00",
  24.             "PricePaid": 544,
  25.             "Notes": "This one was bought as a singleton - but I matched it with another to form a collection"
  26.         },
  27.         {
  28.             "StampID": 1,
  29.             "PricePaid": 0
  30.         },
  31.         {
  32.             "StampID": 2,
  33.             "PricePaid": 0
  34.         }
  35.     ]
  36. }