``` { "result":[ { "id":1,...
# android
a
Copy code
{
  "result": [
    {
      "id": 1,
      "user_id": 1,
      "url": "<https://www.brainyquote.com/photos_tr/en/h/hjacksonbrownjr/382774/hjacksonbrownjr1.jpg>",
      "author": "H. Jackson Brown, Jr.",
      "created_at": "2018-06-18 08:44:57",
      "updated_at": "2018-06-18 08:44:57"
    },
    {
      "id": 2,
      "user_id": 1,
      "url": "<https://www.brainyquote.com/photos_tr/en/h/hjacksonbrownjr/382774/hjacksonbrownjr1.jpg>",
      "author": "H. Jackson Brown, Jr.",
      "created_at": "2018-06-18 08:44:57",
      "updated_at": "2018-06-18 08:44:57"
    }
  ]
}
Hi folks, If I am getting a result like this. Do I need to use
Moshi
to create a typeconverter to convert this JsonArray?
g
Please, consider to ask such question on Stackoverflow or Moshi issue tracker it’s definitely not related to Kotlin and even for #squarelibraries it’s sounds like offtopic