DB
FunctionsJSON

json_path_exists

Evaluates a SQL/JSON path expression against a JSON document. Returns true if the path matches at least one item in the document.

json_path_exists(…) → Bool

Kind · scalar

Evaluates a SQL/JSON path expression against a JSON document. Returns true if the path matches at least one item in the document.

Part of the JSON family.