pub type Entries<'a> = Iter<'a>;
Iterator over key value pairs of JsonValue::Object.
JsonValue::Object
struct Entries<'a> { /* private fields */ }