I\'m trying to convert my json data to a POJO object using Jackson. Here is the MainActivity and my POJO class code. I\'m basically getting a JsonMappingException error. I h
Just put the data inside the [] rather than {} and it will work.
[]
{}
For example:
[ { "id": "1", "name":"exemple" } ]