DB
FunctionsJSON

json_path_query_first

Evaluates a SQL/JSON path expression against a JSON document. Returns the first path match (or NULL if there is no match).

json_path_query_first(…) → JSON

Kind · scalar

Evaluates a SQL/JSON path expression against a JSON document. Returns the first path match (or NULL if there is no match).

Part of the JSON family.