Type Definition json::iterators::Entries[][src]

pub type Entries<'a> = Iter<'a>;
Expand description

Iterator over key value pairs of JsonValue::Object.