Function jsonb_array_elements

Source
fn jsonb_array_elements(
    json: JsonbRef<'_>,
) -> Result<impl Iterator<Item = JsonbRef<'_>>>
Expand description

Expands the top-level JSON array into a set of JSON values.