DB
FunctionsJSON

json_path_query

Evaluates a SQL/JSON path expression against a JSON document. Returns the JSON value(s) matched by the path as a JSON result.

json_path_query(…) → JSON

Kind · scalar

Evaluates a SQL/JSON path expression against a JSON document. Returns the JSON value(s) matched by the path as a JSON result.

Part of the JSON family.