maciejhirsz / json-rust

JSON implementation in Rust
Apache License 2.0
563 stars 63 forks source link

Convenience iterators: .keys() and .values() #166

Open aldanor opened 4 years ago

aldanor commented 4 years ago

Just convenience helpers, similar to the standard library's HashMap etc - useful when e.g. checking that a certain key is present or not.