[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["The `TO_JSON` function converts a value into a JSON object within Application Integration."],["It supports various data types, including Boolean, Double, Integer, and String, in both single and array formats."],["Using `TO_JSON()` on a string variable will convert the string into a JSON object, such as converting `\"{product: \"cake\", id: 21, price: 5}\"` to `{product: \"cake\", id: 21, price: 5}`."],["If using a JSON schema containing both integer and number elements in an array, utilizing version 7 or greater of the schema is recommended to avoid potential runtime errors."]]],[]]