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

add usage of isEmpty method #86

Closed strkkk closed 6 years ago

strkkk commented 6 years ago

Replace length comparison with 0 to isEmpty() method call for JSONObject, JSONArray and String