Function jsonb_each

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

Expands the top-level JSON object into a set of key/value pairs.