home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Sample_Databases / cfexamples.mdb / PubInstances.json < prev    next >
Encoding:
JavaScript Object Notation  |  1998-10-08  |  406 b 

  1. {
  2.     "schema": {
  3.         "InstanceID": "Long Integer",
  4.         "ObjectID": "Long Integer",
  5.         "PageID": "Long Integer",
  6.         "Location": "Long Integer",
  7.         "StartTime": "DateTime",
  8.         "EndTime": "DateTime",
  9.         "Priority": "Long Integer"
  10.     },
  11.     "data": [
  12.         {
  13.             "InstanceID": 13,
  14.             "ObjectID": 26,
  15.             "PageID": 4,
  16.             "Location": 1,
  17.             "Priority": 100
  18.         },
  19.         {
  20.             "InstanceID": 14,
  21.             "ObjectID": 27,
  22.             "PageID": 4,
  23.             "Location": 1,
  24.             "Priority": 90
  25.         },
  26.         {
  27.             "InstanceID": 15,
  28.             "ObjectID": 24,
  29.             "PageID": 4,
  30.             "Location": 1,
  31.             "Priority": 80
  32.         }
  33.     ]
  34. }