Type Definition json::iterators::Entries [−][src]
pub type Entries<'a> = Iter<'a>;
Expand description
Iterator over key value pairs of JsonValue::Object
.
pub type Entries<'a> = Iter<'a>;
Iterator over key value pairs of JsonValue::Object
.