Unit Testing JSON Functions in Android
Working with JSON is very common in Android apps. Parsing API responses, reading JSON files, creating JSON objects to send to a server are some examples of it. And like the good programmer you are, you likely want to write unit tests to test function...
isuru.hashnode.dev2 min read