Hi guys I have a url that gives a result like this:
How do i save the "image" data from the json result into a variable? I have tried setting a global variable to JSON.Get("Image"), but it returns 0, how do i do this?
Try "results.0.image"
But you first need to parse JSON string, see "JSON" template:
https://editor.construct.net/#open=json
Develop games in your browser. Powerful, performant & highly capable.
dop2000
Thanks, I have already got the JSON parse, I have tried the results.0.image and It Works Brilliantly!