Android Parse JSON file from AssetsJuly 25, 2019Snippets, SolutionsNo CommentsIf you ever wondered how to read and parse a simple JSON file stored in the assets directory of your Android project, here is a way to do it. Read More