At the start of my project i request an api that returns this json
I then set a variable to json.get("word") which pulls the word in this case middlescence that all works but when I try to pull the definitions the same way it does not it returns a value of 0, I have tried JSON.Get("definitions(0)") or JSON.Get("definitions.text") But it still returns nothing what do i DO