DB
FunctionsJSON

json_path_match

Evaluates a SQL/JSON path expression against a JSON document. Returns true if the path predicate evaluates to true for the document.

json_path_match(…) → Bool

Kind · scalar

Evaluates a SQL/JSON path expression against a JSON document. Returns true if the path predicate evaluates to true for the document.

Part of the JSON family.