> Really? I thought it had because jQuery evaluates JSON internally
> (e.g.: getJSON method).

Correct, it 'evals' json, it does not parse it.  From the httpData
function:

if ( type == "json" )
    data = eval("(" + data + ")");


Reply via email to