You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Utility library meant to make JSON operations, particularly
comparison of deserialized complex objects easier.
Doing a comparison in complex JSON objects has been tedious because it's
either too strict a comparison (straight string comparison) or not strict
enough (random false positives).
The goal is to have as flexible a way to verify that this data is there
without having to completely reproducing the data in a verification input.