0

Now I can read this JSON data like this

[{"name":"sidoel"},{"name":"jakabaring"}]

With this in kotlin

recyclerAdapter.setMovieListItems(response.body()!!)

How I can read JSON data when structure like this

{"data":[{"name":"sidoel"},{"name":"jakabaring"}]}
Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

0 Answers0