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