When wanting to access the value of the title of the next json
json
With the statement json.message.tittle I'm getting an undefined.
json.message.tittle
How could I take the tittle value?
As you can see in the image you post, the property is title (a t ) and not tittle ( with 2 t ).
title
t
tittle
The complete sentence should be:
json.message.title[0]