Hello y'all,
I am having problems to load into the dictionary a json returned from a php page.
I have already checked the cross-domain header on the php. The PHP is working fine and I'm storing the Ajax.LastData into a variable which is displayed in the debug having the following value:{"id":"2","pergunta":"2*2","resposta":"4"}
This same value is not loading when i call the Load on the dictionary.
The php content-type is also set to application/json.
What am I missing?