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