Need help on how to display json data list in a list view

i want to display a list from json data in a colin tree list view from this link - Convert Data from Mysql to JSON Format using PHP. if anyone have an example file then pls share that block with me.

what i wanted to do is -
for example i have json data like this -
[{“id”:“65”,“text1”:“How To Show Admob ads on Android Apps1”,“text3”:“Admin”},
{“id”:“65”,“text1”:“How To Show Admob ads on Android Apps2”,“text3”:“Admin”},
{“id”:“65”,“text1”:“How To Show Admob ads on Android Apps3”,“text3”:“Admin”}]

and i want to show data in colin tree list view like this -
-How To Show Admob ads on Android Apps1
-How To Show Admob ads on Android Apps2
-How To Show Admob ads on Android Apps3

i searched on google, youtube and in kodular, but didnt get what i need. i did find something but they show data directly with next and previous option not in a list view.

Use json beautifier for more understanding

i know how json data works, what i need is an example to show the data list from json in colin tree list view

Using json tool
Take the value you need
And create global variable…
And add item to list…