In this Java-Android tutorial, I will show you how to read and parse JSON file from assets using Gson.
Tag: assets
Kotlin Android – Read JSON file from assets using Gson
In this Kotlin-Android tutorial, I will show you how to read and parse JSON file from assets using Gson.
Related Posts:
– Kotlin – Convert object to/from JSON string using Gson
– How to read File in Kotlin