Skip to content

Instantly share code, notes, and snippets.

@hissain
Created May 6, 2020 21:16
Show Gist options
  • Select an option

  • Save hissain/2801d9fb328e39b12e294648d614c3f8 to your computer and use it in GitHub Desktop.

Select an option

Save hissain/2801d9fb328e39b12e294648d614c3f8 to your computer and use it in GitHub Desktop.
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