fn jsonb_object_keys(json: JsonbRef<'_>) -> Result<impl Iterator<Item = &str>>
Returns the set of keys in the top-level JSON object.