home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 August / PCWorld_2000-08_cd.bin / Software / Vyzkuste / eyecat / eyeCatalog.CAB / Video.ipf / Tree.json < prev   
JavaScript Object Notation  |  1999-03-20  |  508b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "CID": "Long Integer",
  5.         "ParentID": "Long Integer",
  6.         "Notes": "Memo/Hyperlink (255)",
  7.         "Subject": "Text (255)",
  8.         "Criteria": "Memo/Hyperlink (255)",
  9.         "Type": "Long Integer",
  10.         "Groups": "Text (255)"
  11.     },
  12.     "data": [
  13.         {
  14.             "ID": 1,
  15.             "CID": 1,
  16.             "ParentID": 0,
  17.             "Subject": "Action",
  18.             "Type": 0
  19.         },
  20.         {
  21.             "ID": 2,
  22.             "CID": 1,
  23.             "ParentID": 0,
  24.             "Subject": "Drama",
  25.             "Type": 0
  26.         },
  27.         {
  28.             "ID": 3,
  29.             "CID": 1,
  30.             "ParentID": 0,
  31.             "Subject": "SciFi",
  32.             "Type": 0
  33.         },
  34.         {
  35.             "ID": 4,
  36.             "CID": 1,
  37.             "ParentID": 0,
  38.             "Subject": "Horror",
  39.             "Type": 0
  40.         },
  41.         {
  42.             "ID": 5,
  43.             "CID": 1,
  44.             "ParentID": 0,
  45.             "Subject": "Comedy",
  46.             "Type": 0
  47.         }
  48.     ]
  49. }