That's not a bug in Firebug or Firefox, but in your code. The correct 
command should be:

window.JSON.parse('{"message": "CODE:0\\nArray"}');

So the backslash must be escaped. This is, because the JSON is put into a 
string, which is interpreted by JavaScript before parse() is executed.
You will have to escape it before calling json_encode().

Sebastian

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

Reply via email to