I have a JSON file in my assets folder. That file has one object with an array. The array has 150+ objects with each having three strings.
For each of these 150+ objects I want to extract each string and create a java model object with it passing the three strings. All the tutorials I'm finding on android JSON parsing are fetching the JSON from a url which I don't want to do.