pub type EntriesMut<'a> = IterMut<'a>;
Mutable iterator over key value pairs of JsonValue::Object.
JsonValue::Object
struct EntriesMut<'a> { /* private fields */ }