📄️ As_<Type>
Strict casting VARIANT values to other data types.
📄️ CHECK_JSON
Checks the validity of a JSON document.
📄️ GET
Extracts value from a Variant that contains ARRAY by index, or a Variant that contains OBJECT by field_name.
📄️ GET_IGNORE_CASE
Extracts value from a VARIANT that contains OBJECT by the field_name.
📄️ GET_PATH
Extracts value from 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 Variant OBJECT.
📄️ PARSE_JSON
Interprets input JSON string, producing a VARIANT value