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

type Entries<'a> = Iter<'a>;

Iterator over key value pairs of JsonValue::Object.