I'm learning Android development, trying to do code a simple app. Want to load a JSON file on the assets folder into a string in ViewModel (livedata). Can someone point correct way to load the JSON data (user, id:Int + name:String), shall i use GSON (looks its "old), Moshi (newer) or something else?