Skip to content

Instantly share code, notes, and snippets.

@mhd-zulqarnain
Created January 1, 2020 19:02
Show Gist options
  • Save mhd-zulqarnain/3e253e3bac310ef42dc055725e8e9987 to your computer and use it in GitHub Desktop.
Save mhd-zulqarnain/3e253e3bac310ef42dc055725e8e9987 to your computer and use it in GitHub Desktop.
val reqj= Gson().toJson(req)
val json = Gson().fromJson(reqj, JsonObject::class.java)
val tmp =
(json.get("body") as JsonObject)
.getAsJsonArray("countries")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment