You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application functionality depends on org.json.JSONTokener#JSONTokener(java.io.Reader) that is provided by org.json:json:20140107.
After adding the dependency on JSONassert I have my functionality broken in the tests, but not in the application, because android-json doesn't have the method above.
Could this library be made dependent on a newer version of json? For example on org.json:json:20160810.
If it is not possible for some reason, maybe a warning in the readme for those using json library in the main code would be helpful?
Thanks,
Serhiy
The text was updated successfully, but these errors were encountered:
Hi,
My application functionality depends on org.json.JSONTokener#JSONTokener(java.io.Reader) that is provided by org.json:json:20140107.
After adding the dependency on JSONassert I have my functionality broken in the tests, but not in the application, because android-json doesn't have the method above.
Could this library be made dependent on a newer version of json? For example on org.json:json:20160810.
If it is not possible for some reason, maybe a warning in the readme for those using json library in the main code would be helpful?
Thanks,
Serhiy
The text was updated successfully, but these errors were encountered: