jsonb_array_length ( jsonb ) → integerReturns the number of elements in the top-level JSON array.
json_array_length('[1,2,3,{"f1":1,"f2":[5,6]},4]') → 5jsonb_array_length('[]') → 0Returns the number of elements in the top-level JSON array.
jsonb_array_length ( jsonb ) → integerReturns the number of elements in the top-level JSON array.
json_array_length('[1,2,3,{"f1":1,"f2":[5,6]},4]') → 5jsonb_array_length('[]') → 0Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source