so ive been trying to create a list view of json response, but my variables can be annoying i think. As it will be double one time and integer at others, so i was hoping I could convert this JSON array and put the elements into a type safety data object. But so far I have not found how to do this
So I'm wondering does anyone understand how to make a JSON response-> into data object-> to then place that data object into listview
thank you.
I also checked the doc , the doc didnt make sense to me