From 30fc0cc7e7433abf24d4af406c22c3a7fe9f4d66 Mon Sep 17 00:00:00 2001 From: Jessica Date: Wed, 26 Apr 2023 11:56:30 -0400 Subject: [PATCH] Add link to JSON_QUERY function --- docs/src/main/sphinx/functions/json.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/main/sphinx/functions/json.rst b/docs/src/main/sphinx/functions/json.rst index 7e97e3934e94..47ece363c0d0 100644 --- a/docs/src/main/sphinx/functions/json.rst +++ b/docs/src/main/sphinx/functions/json.rst @@ -1658,6 +1658,9 @@ sections, the following functions are available: SELECT json_extract(json, '$.store[book]'); SELECT json_extract(json, '$.store["book name"]'); + The :ref:`json_query function` provides a more powerful and + feature-rich alternative to parse and extract JSON data. + .. _JSONPath: http://goessner.net/articles/JsonPath/ .. function:: json_extract_scalar(json, json_path) -> varchar