I use very fast LoganSquare to parse JSON in Android. I would like to parse a JSON string in a generic object or, preferably, in a Map. In most cases, I use a custom object that displays my json response, but in some cases the answer is too general, and I would rather just map it to a Hashmap, for example. Is it possible? I tried different ways, but it seems to be failing. Greetings.
source
share