json_array_elements ( json ) → setof jsonExpands the top-level JSON array into a set of JSON values.
select * from json_array_elements('[1,true, [2,false]]') → value
-----------
1
true
[2,false]Expands the top-level JSON array into a set of JSON values.
json_array_elements ( json ) → setof jsonExpands the top-level JSON array into a set of JSON values.
select * from json_array_elements('[1,true, [2,false]]') → value
-----------
1
true
[2,false]Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source