# How to create Dynamic List View for display all json data

**URL:** https://community.thunkable.com/t/how-to-create-dynamic-list-view-for-display-all-json-data/36734
**Category:** Questions about Thunkable X
**Created:** [July 20, 2018, 12:42pm UTC](https://community.thunkable.com/t/how-to-create-dynamic-list-view-for-display-all-json-data/36734 "2018-07-20T12:42:03Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![User81](https://avatars.discourse-cdn.com/v4/letter/u/ba9def/32.png) [@User81](https://community.thunkable.com/u/User81)
#### Post date: [July 21, 2018, 11:37am UTC](https://community.thunkable.com/t/how-to-create-dynamic-list-view-for-display-all-json-data/36734/9 "2018-07-21T11:37:16Z")

</div>

[  
{“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.

---

_[View the full topic](https://community.thunkable.com/t/how-to-create-dynamic-list-view-for-display-all-json-data/36734)._
