私の Ajax-Request は次の結果を返します (これは通常、有効な JSON 文字列です)。
{"status":"ERROR","message":"Errore: Ti prego di inserire la domanda!"}
これは応答ヘッダーです。
Connection:Keep-Alive
Content-Length:80
Content-Type:application/json; charset=utf-8
Date:Sat, 16 Feb 2013 10:02:18 GMT
Keep-Alive:timeout=5, max=97
Server:Apache/2.2.21 (Win32) PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1
X-Powered-By:PHP/5.3.8
JSON 文字列をブラウザ コンソールからhttp://jsonlint.comなどの JSON パーサーに直接コピー アンド ペーストすると、「予期しないトークン」という結果になります。なんで?
テキストエディターで同じ文字列を書き換えることでもテストしました-もちろん、これは「有効」という結果になります...