home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 June / VPR0206A.BIN / ecdcmusic.mdb / Discs.json < prev    next >
JavaScript Object Notation  |  2001-03-02  |  345b

  1. {
  2.     "schema": {
  3.         "IdDisc": "Long Integer",
  4.         "VolumeID": "Long Integer",
  5.         "strDiscTitle": "Text (255)",
  6.         "IdArtist": "Long Integer",
  7.         "IdCategory": "Byte",
  8.         "FuzzyCode": "Long Integer",
  9.         "FirstTrackBlockOffset": "Long Integer"
  10.     },
  11.     "data": [
  12.         {
  13.             "IdDisc": 1,
  14.             "VolumeID": 32651019,
  15.             "strDiscTitle": "Greatest Hits I",
  16.             "IdArtist": 1,
  17.             "IdCategory": 1,
  18.             "FuzzyCode": 0,
  19.             "FirstTrackBlockOffset": 0
  20.         }
  21.     ]
  22. }