📄️ As_<Type>
Strict casting VARIANT values to other data types.
📄️ CHECK_JSON
Checks the validity of a JSON document.
📄️ GET
Extracts value from an ARRAY by index, an OBJECT by field_name, or a VARIANT that contains either ARRAY or OBJECT.
📄️ GET_IGNORE_CASE
Extracts value from an OBJECT by field_name, or a VARIANT that contains OBJECT.
📄️ GET_PATH
Extracts value from an ARRAY, an OBJECT, or a VARIANT by path_name.
📄️ JSON_EXTRACT_PATH_TEXT
Extracts value from a Json string by path_name.
📄️ OBJECT_KEYS
Returns an array containing the list of keys in the input object.
📄️ PARSE_JSON
Interprets input JSON string, producing a VARIANT value