Help in Decode Json

Hello Guys is there anyone who could help me decode This value separately lilke word , numSyllables etc…

here is JSON Format text :

[
{
“word”: “stay”,
“score”: 1929,
“numSyllables”: 1,
“tags”: [
"pron:S T EY1 ",
“ipa_pron:stˈeɪ”
]
}
]

Something doesn’t seem right in json format, could you post the api that you use ?

Yes, your JSON format is missing of main key, value only is there.

here is the link : https://api.datamuse.com/words?sp=stay&qe=s&md=sr&max=1&ipa=1 it is a public API to get syllable I just want to get the SyllableCount from it

Try this way, using [Free] Json To Dictionary Extension

Thank you very much :muscle: :point_left: :pray:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.