I am using jQuery to post a json object to my php application.
jQuery.post(\"save.php\",JSON.stringify(dataToSend), function(data){ alert(data); });
If you want to use json data as an associative array, you can try as following: