Function jsonb_object_keys

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

Returns the set of keys in the top-level JSON object.