RTI_JSON Function (Disambiguation)
Description
RTI_JSON refers to a series of various functions.
In OpenInsight 9, RTI_JSON uses an open source javascript library to process JSON requests.
- For information on RTI_JSON for OpenInsight 9, please see RTI_JSON function (OI9).
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.
- For information on RTI_JSON for OpenInsight 10, please see RTI_JSON function (OI10).
- 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).
- For information on the RTI_RJSON function, please see RTI_RJSON function.