JSON_EXTRACT_DOT_NOTATION_UDF
Last updated
Last updated
This is a deprecated version of the SnowConvert documentation, please visit the official site .
User-defined function (UDF) that reproduces dot notation used to querying of values inside JSON objects.
JSON_OBJECT
VARIANT
The JSON variable from which to extract the values.
JSON_PATH
STRING
The JSON path that indicates where the values are located inside the JSON_OBJECT.
The values specified by the JSON_PATH inside the JSON_OBJECT.
Input:
Output: