JSONAssert v1.5.1 Release Notes

  • 🔒 Going to try to catch up on some ancient PRs, mainly around security and cleanup. Starting with accepted PRs that 🚀 didn't get released yet. To be followed hopefully shortly with another release.

    • Added convenience methods for JSONObject comparison using a custom JSONComparator (thanks jakob-o@!)
    • Fix issue #105: Issue when comparing JSONArray if any value is null (thanks suraj1291993@!)
    • Fixes security vulnerability associated with older version of junit