Heads up! This post was written 13 years ago. Some information might be outdated or may have changed since then.
json = JSON.stringify(js_object);
$.post('http://demo.bg/test.php', {'params': json}, function(){}); а в php $r = $_POST['params'];
$r = json_decode($r);