# JSON-Bound List Demonstration

**URL:** https://community.thunkable.com/t/json-bound-list-demonstration/780221
**Category:** Questions about Thunkable X
**Created:** [August 30, 2020, 1:31pm UTC](https://community.thunkable.com/t/json-bound-list-demonstration/780221 "2020-08-30T13:31:51Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![drted](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/drted/32/92694_2.png) [@drted](https://community.thunkable.com/u/drted)
#### Post date: [August 30, 2020, 1:31pm UTC](https://community.thunkable.com/t/json-bound-list-demonstration/780221/1 "2020-08-30T13:31:51Z")

</div>

Hello Fellow Thunkers,

If you are like me, you use a JSON and the Firebase Realtime database. Unfortunately, none of the built in list controls accept JSON objects as datasources.

Therefore I built my own. This simple version does not drill down into the hierarchy (I’m still working on that version). But it does gracefully handle properties which are lists (it doesn’t display them) or objects (which it displays all text and numeric properties).

[https://x.thunkable.com/copy/a14ce103c5779eb96627d656740a68b2](https://x.thunkable.com/copy/a14ce103c5779eb96627d656740a68b2)

---

<div class="post-metadata">

### Author: ![drted](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/drted/32/92694_2.png) [@drted](https://community.thunkable.com/u/drted)
#### Post date: [September 1, 2020, 5:44pm UTC](https://community.thunkable.com/t/json-bound-list-demonstration/780221/2 "2020-09-01T17:44:34Z")

</div>

P.S. I forgot to include the blocks to resize the column to adjust for web vs. device use. The blocks have been added. Sorry!

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [September 1, 2020, 9:59pm UTC](https://community.thunkable.com/t/json-bound-list-demonstration/780221/3 "2020-09-01T21:59:59Z")

</div>

This is great @drted - thanks for sharing. If you wanted to add a few screenshots explaining the custom functions you’ve created we could add this to #thunkable-tutorials too!

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [September 1, 2020, 10:37pm UTC](https://community.thunkable.com/t/json-bound-list-demonstration/780221/4 "2020-09-01T22:37:53Z")

</div>

@drted this is great. I was actually having trouble specifically with this recently whilst using Firebase to collect and store some test data. Thanks for sharing, will definitely be using this in the future.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:24pm UTC](https://community.thunkable.com/t/json-bound-list-demonstration/780221/5 "2024-11-08T12:24:20Z")

</div>


