RTI_JSON Function (Disambiguation)

RTI_JSON refers to a series of various functions.

In OpenInsight 9, RTI_JSON uses an open source javascript library to process JSON requests.

In OpenInsight 10, RTI_JSON is a "wrapper" routine, calling either RTI_JSONX or RTI_JSON9. RTI_JSONX is itself a simplified calling mechanism wrapped around RTI_RJSON (which uses the open source rapidJSON library), while RTI_JSON9 is an OpenInsight 10 specific implementation of RTI_JSON from OI9.

  • Please see RTI_JSONX function for information on RTI_JSONX (the default JSON processor in OpenInsight 10).
  • Please see RTI_JSON9 function for information on RTI_JSON9 (the optional JSON processor in OpenInsight 10).
  • guides/programming/programmers_reference_manual/rti_json.txt
  • Last modified: 2025/04/04 21:14
  • by bshumsky