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

  1. {
  2.     "schema": {
  3.         "CollectionID": "Long Integer",
  4.         "Description": "Text (255)"
  5.     },
  6.     "data": [
  7.         {
  8.             "CollectionID": 1,
  9.             "Description": "My First which contains 2 stamps, bought as a collection"
  10.         },
  11.         {
  12.             "CollectionID": 2,
  13.             "Description": "Second collection, not bought, but built up from single purchases"
  14.         }
  15.     ]
  16. }