Closed david-m-s closed 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
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.
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