$verilerim =json_encode($postData1);
$fp = fopen('result.json', 'w');
fwrite($fp,$payload);
fclose($fp);
kodu ile result.json dosyasını oluşturup
$.getJSON("result.json", function( data )
{
jsonServerObj = JSON.stringify(data);
});
kodları ilede bu json dosyasını açıp post ediyorum.Bu şekilde yaptığım zaman html kodları vs. sorun oluşturmuyor.