Home - Gnof/JsonValidator GitHub Wiki
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.
To get started, have a look at the Validation Object and how to use it.