| fx() | Usage |
|---|---|
| TO_JSON | Converts a VARIANT value to a string containing the JSON representation of the value. |
| OBJECT_CONSTRUCT( [ | Returns an OBJECT constructed from the arguments. |
| PARSE_JSON | Interprets an input string as a JSON document, producing a VARIANT value. |
| TO_VARIANT | Converts any value to a VARIANT value or NULL (if input is NULL). |