FunctionsJSONjson_extractExtracts the JSON value at the provided path and returns it as a JSON token. json_extract(…) → JSON Kind · scalar Extracts the JSON value at the provided path and returns it as a JSON token. Part of the JSON family.json_exists_anyReturns true when at least one supplied JSON path exists in the input document.json_extract_arrayExtracts an array value from the provided JSON path and returns it as a JSON array token.