Need Help Decoding JSON

Hi there,

This seems like you want to

  1. Get the property ‘text’ of the property ‘name’ of the property ‘events’ of the object ‘response’
  2. Get the property ‘id’ of the property ‘events’ of the object ‘response’
  3. Get the property ‘url’ of the property ‘events’ of the object ‘response’

Here is a post that talks the reader through getting the information they need out of a JSON response.

Check it out and see if you can apply the same process to getting the information you need from your response.

1 Like