Testing two JSON objects for equality ignoring child order in Java [closed]
IT Nursery
May 19, 2022
0
I’m looking for a JSON parsing library that supports comparing two JSON objects ignoring child order, specifically for unit testing JSON returning from a web service.
Do any of the major JSON libraries support this? The org.json library simply does a reference comparison.