Good morning folks,
I'm just that beginner in json, I have a formated data (array) encoded and sent from a php file, the only thing I want is how to get this data and alert it to be simple??
My object sent from the php file is like:
{"stat":"opened","do":"close"}
I found the best way to do so, var obj = jQuery.parseJSON(???)but really can't get it work and Google does not want to help me this time !!
Edit: The json object received from a post response:$.post("page.php",{},function(data){/*Here I should pars data and act with*/});
Very glad if you support me in this issue! Regards.