# How to display results of Get JSON From Object block?

**URL:** https://community.thunkable.com/t/how-to-display-results-of-get-json-from-object-block/1232653
**Category:** Questions about Thunkable X
**Created:** [April 18, 2021, 8:48am UTC](https://community.thunkable.com/t/how-to-display-results-of-get-json-from-object-block/1232653 "2021-04-18T08:48:47Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [April 19, 2021, 11:18am UTC](https://community.thunkable.com/t/how-to-display-results-of-get-json-from-object-block/1232653/8 "2021-04-19T11:18:46Z")

</div>

If you are debugging an issue with getting properties from a JSON response, I would recommend printing your entire JSON response on a Label first. If you have an error with this, you need to revise your Web API call. If you can successfully print the entire JSON response, then you need to make sure you are getting the correct properties of your response.

You can see an example of this narrowing down of a response here: [Reverse Geocoding App - Get Location from Latitude/Longitude](https://community.thunkable.com/t/reverse-geocoding-app-get-location-from-latitude-longitude/82343)

---

_[View the full topic](https://community.thunkable.com/t/how-to-display-results-of-get-json-from-object-block/1232653)._
