ChannelIQ / jsoncompare

A simple python library for comparing json objects for equivalency and helping developers to quickly spot differences between complex json structures.
MIT License
55 stars 41 forks source link

allow ignoring missing keys #8

Open fedorov opened 8 years ago

fedorov commented 8 years ago

This exposes already available flag from _are_same in the top-level call.