Make a list with all tables, functions, commands, operators and servertype.

Return a json with a nodes for functions, tables, documents, commands, operators etc. so you can get all you need for a editor except tdf and documents in one go.

Ex. strres := DEOS("@GetDefinition", "listinternals")

{
  "commands": [
    "prompt",
    "for",
    ...
  ],
  "functions": [
    "if",
    "jointext",
    ...
  ],
  "operators": [
    "<",
    "<=",
    ...
  ],
  "result": "ok",
  "servertype": "server",
  "tables": [
    "Address"
  ]
}

An shortened list of a typical return