Skip to content

0.7.0

Compare
Choose a tag to compare
@maciejhirsz maciejhirsz released this 22 Jun 11:25
· 253 commits to master since this release

This release deprecates the is method and, in it's place, implements PartialEq traits for JsonValue. This makes the API a bit more intuitive, and there is some performance benefit as the implementations of PartialEq are specialized per type and don't have to use Into<JsonValue>.