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.

28 Answers
28

Leave a Reply

Your email address will not be published. Required fields are marked *