There is such a JSON
:
[ { "id":1080505, "name":"Tove Lo", "genres":[ "pop", "dance", "electronics" ], "tracks":81, "albums":22, "link":somelink, "description":description, "cover":{ "small":somestring, "big":somestring1 } }, { ... } ]
- How can I parse it?
- How can I get JSONArray if there is no JSONArray name? Those. after the "[" immediately come JSON elements.
- How can it be processed? Subsequently, the data with JSON must be scored in the ListView.