Open rahuljawale opened 6 years ago
I am having the same issue. My object isn't particularly large, but it does multiple levels of nested arrays and objects.
Any updates on this guys? I have same issue for a quite large JSONs. Tried various libraries but none of them ignore the order of arrays
I observed that when the number of JSON Objects is higher ( > 1500) the error message is lacks enough information. i.e. instead of getting
expected
andactual
comparison, the error message only consists ofCould not find match for element
and the offending JSON Object.After much of head scratching the issue was found to be missing attribute. :) . Is there a way we can enable deeper comparison at the cost of performance?