skyscreamer / JSONassert

Write JSON unit tests in less code. Great for testing REST interfaces.
http://jsonassert.skyscreamer.org
Apache License 2.0
1.01k stars 197 forks source link

#179 Use latest org.json dependency instead of android-json #193

Closed david-m-s closed 4 months ago

david-m-s commented 4 months ago

Use latest org.json dependency instead of android-json. Two tests are disabled since they contain illegal json (duplicated entries) which is not supported in the new parser, as it should be. Address issue #179

carterpage commented 4 months ago

Thanks for your submission. This should be address in #194.

A few more things were needed to make the change, including handling the change of JSONException to a RuntimeException.