json-rust
json-rust copied to clipboard
Implement `IntoIterator` for `Object`
Hi,
It would be nice to be able to take ownership over the bindings of an object by implementing IntoIterator
for Object
. For now, bindings can only be borrowed using iter
and iter_mut
.