fn jsonb_each_text( json: JsonbRef<'_>, ) -> Result<impl Iterator<Item = (&str, Box<str>)> + '_>
Expands the top-level JSON object into a set of key/value pairs.