I have a json file in assets.
I am using org.json as parser.
If I always validate the json-file before upload and test it on the phone and it works, can I be sure that it will always work then or do I need to handle the case where the parsing or file opening fails. Can the file become corrupted?
Go to a bug activity/fragment that tells the user to reinstall the app if it happens?