Source
PARSE_JSON
Interprets an input string as a JSON document, producing a VARIANT value. You can use the PARSE_JSON function when you have input data in JSON format. This function can convert data from JSON format to ARRAY or OBJECT data and store…
TO_JSON
Converts a VARIANT value to a string containing the JSON representation of the value.