Created
May 6, 2020 21:16
-
-
Save hissain/2801d9fb328e39b12e294648d614c3f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val json1 = """ | |
| { | |
| "name": "Mark", | |
| "address": "London": | |
| }""" | |
| val student = Gson().fromJson(json1, Student::class.java) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment