Function jsonb_array_elements_text

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

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