Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {
  2. "ChangeRequests": [
  3. {}
  4. ]
  5. }
  6.  
  7. data class TestRequest(
  8. @SerializedName("ChangeRequests")
  9. val changeRequests: List<ChangeRequest>
  10.  
  11. val result = Gson().fromJson(jsonString,TestRequest::class.java)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement