stleary / JSON-Java-unit-test

Junit test harness to validate the JSON-Java GitHub project code.
Apache License 2.0
28 stars 45 forks source link

Util should have only 1 public top level object comparison method. #3

Closed stleary closed 9 years ago

stleary commented 9 years ago

Util should call JSONObject.similar() and JSONArray.similar() in top level compares.

stleary commented 9 years ago

Existing code seems to be working adequately.