Decode Json with Dictionary block

Hi everyone,
I am one json response and I am trying to get data from it with dictionary block.
Json Data ;

[{“word”:“hi”,“phonetics”:[{“text”:"/haɪ/",“audio”:“https://lex-audio.useremarkable.com/mp3/hi_us_1.mp3"}],“meanings”:[{“partOfSpeech”:“exclamation”,“definitions”:[{“definition”:"Used as a friendly greeting or to attract attention.”}]}]},{“word”:“HI”,“phonetics”:,“meanings”:[{“partOfSpeech”:“abbreviation”,“definitions”:[{“definition”:“Hawaii (in official postal use).”}]}]}]

I need to get every tag data from it like word, audio, partOfSpeech, definition etc.

I have try below method but get error message everytime.

1 Like
4 Likes

Already used it.

1 Like

did it work?

1 Like

also it seems like your json is not correct pls go and check here - https://jsonformatter.curiousconcept.com

1 Like

No

It’s json response from api.

1 Like

You don’t need an extension to get information from a Json.

I have tried with or without extension but didn’t help me.

It has already been said above: your json contains errors.

1 Like