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"}]}