# How to show a json as a table

**URL:** https://community.glideapps.com/t/how-to-show-a-json-as-a-table/82516
**Category:** Ask for Help
**Created:** [June 16, 2025, 4:30am UTC](https://community.glideapps.com/t/how-to-show-a-json-as-a-table/82516 "2025-06-16T04:30:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Maazsaeed](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maazsaeed/32/90243_2.png) [@Maazsaeed](https://community.glideapps.com/u/Maazsaeed)
#### Post date: [June 16, 2025, 4:30am UTC](https://community.glideapps.com/t/how-to-show-a-json-as-a-table/82516/1 "2025-06-16T04:30:35Z")

</div>

I am getting output in json that is changed usually  
For example input 1

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/1/11df8f112faa643a72944acf5310c0481e9bad4a.png)  
Example 2  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/a/bae762c0884a75163ccdf4bc9b6e0c3553a1e9e7.png)  
Example 3  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/c/1cf721763254d8fbb5f6d7788035357a64c4421f.png)  
I want to show the user a preview of the data that is present in it. I think the tables would be the best way but there is not an organic way of using json as a table collection

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 16, 2025, 11:45am UTC](https://community.glideapps.com/t/how-to-show-a-json-as-a-table/82516/2 "2025-06-16T11:45:14Z")

</div>

I would suggest using AI component, tell it to accept a JSON string and then format a table with the key-value pairs.

---

<div class="post-metadata">

### Author: ![Maazsaeed](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maazsaeed/32/90243_2.png) [@Maazsaeed](https://community.glideapps.com/u/Maazsaeed)
#### Post date: [June 16, 2025, 1:45pm UTC](https://community.glideapps.com/t/how-to-show-a-json-as-a-table/82516/3 "2025-06-16T13:45:31Z")

</div>

Yes, this is a great workaround but an organic feature would be better
