Function jsonb_each_text

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

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