Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 [[guides:programming:programmers_reference_manual:rti_json_function_oi9|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 [[guides:programming:programmers_reference_manual:rti_json_function_oi10|RTI_JSON function (OI10)]]. * Please see [[guides:programming:programmers_reference_manual:rti_jsonx_function|RTI_JSONX function]] for information on RTI_JSONX (the default JSON processor in OpenInsight 10). * Please see [[guides:programming:programmers_reference_manual:rti_json9_function|RTI_JSON9 function]] for information on RTI_JSON9 (the optional JSON processor in OpenInsight 10). * For information on the RTI_RJSON function, please see [[guides:programming:programmers_reference_manual:rti_rjson_function|RTI_RJSON function]]. guides/programming/programmers_reference_manual/rti_json.txt Last modified: 2025/04/04 21:14by bshumsky