i am a newbee in construct2 ...I have made a php page that returns me json string like below
{"status":"failed","Code":"400000"}
the problem is i don't know how to extract the status and code from AJAX.LastData values. I have added Array object on my project and then i used following statement in thought that maybe i will get 0 element value but it displays nothing.
ajax (on completed) ->
Array = Load from Json String ajax.LastData
TextOut = Set Text to " "&Array.at(0)
Kindly tell me what mistake i am making in retriving the data ? if i dont use json then everything works fine but i need json to use.