fn jsonb_array_elements_text( json: JsonbRef<'_>, ) -> Result<impl Iterator<Item = Box<str>> + '_>
Expands the top-level JSON array into a set of text values.