json-rust
json-rust copied to clipboard
entries() and members() are poorly named
It's impossible to remember which of entries() and members() operates on arrays and which on objects. Maybe that's because those words are functionally synonyms.
Consider renaming them iter_array() and iter_object().