How to create Dynamic List View for display all json data

[
{“cat_id”:“1”,“category”:“Love”,“status”:“1”},
{“cat_id”:“2”,“category”:“Romantic”,“status”:“1”},
{“cat_id”:“3”,“category”:“Friendship”,“status”:“1”},
{“cat_id”:“4”,“category”:“Attitude”,“status”:“1”}
]

this is a so-called JSON-string. In thunkable X you can import this string to build an object.
the component i in the object section on the left.
Once you have build the object, you can address all values and keys in it. the [ ] shows an array, so you have to select a number of an array.
the items in the list are separated by commas.
to read a property, you use the commponent in the object section.