DB
FunctionsJSON

json_values

Evaluates a SQL/JSON path and returns all scalar matches as a JSON array. If the path resolves to a scalar token, the result is a single-element array.

json_values(…) → JSON

Kind · scalar

Evaluates a SQL/JSON path and returns all scalar matches as a JSON array. If the path resolves to a scalar token, the result is a single-element array.

Part of the JSON family.