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 test that an invalid escape sequence results in a JSONException a… #49

Closed madsager closed 8 years ago

madsager commented 8 years ago

…nd not a NumberFormatException.

stleary commented 8 years ago

This change can be committed after https://github.com/stleary/JSON-java/pull/236 is merged.