How to quickly get the value from a json

Use deserialize JSON and try to use this in the message box @fightblue

jsonObject.Item(“data”).Item(“ret”) which will give you the array you have in the ret key.

then use deserialize json array and then loop through each object inside and get the value as jsonarrayserialized.Item(“word”)