home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / vcoledb / consumer / atlagent / agent.mdb / Instruction.json
JavaScript Object Notation  |  1998-03-26  |  529b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Command": "Text (10)",
  5.         "Text": "Text (255)"
  6.     },
  7.     "data": [
  8.         {
  9.             "ID": 1,
  10.             "Command": "Show"
  11.         },
  12.         {
  13.             "ID": 2,
  14.             "Command": "Speak",
  15.             "Text": "Hello from the ATL team"
  16.         },
  17.         {
  18.             "ID": 3,
  19.             "Command": "MoveTo",
  20.             "Text": "600,200"
  21.         },
  22.         {
  23.             "ID": 4,
  24.             "Command": "Speak",
  25.             "Text": "Is this not a cool control?"
  26.         },
  27.         {
  28.             "ID": 5,
  29.             "Command": "Play",
  30.             "Text": "Acknowledge"
  31.         },
  32.         {
  33.             "ID": 6,
  34.             "Command": "MoveTo",
  35.             "Text": "300, 450"
  36.         },
  37.         {
  38.             "ID": 7,
  39.             "Command": "GestureAt",
  40.             "Text": "1000,0"
  41.         },
  42.         {
  43.             "ID": 8,
  44.             "Command": "Play",
  45.             "Text": "Wave"
  46.         },
  47.         {
  48.             "ID": 9,
  49.             "Command": "Speak",
  50.             "Text": "Goodbye"
  51.         },
  52.         {
  53.             "ID": 10,
  54.             "Command": "Hide"
  55.         }
  56.     ]
  57. }