-
-
Save mhd-zulqarnain/3e253e3bac310ef42dc055725e8e9987 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 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