id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
5815	jQuery 1.4 fails with JSON on Chrome	ckruse		"jQuery 1.4 throws a parse error with json AJAX requests; same JSON with Firefox can be parsed without problems. After a bit of hacking it seems that the JSON syntax check in httpData fails:

	if (/^[\],:{}\s]*$/.test(data.replace(/\\(?:[""\\\/bfnrt]|u[0-9a-fA-F]{4})/g, ""@"")
					.replace(/""[^""\\\n\r]*""|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, ""]"")
					.replace(/(?:^|:|,)(?:\s*\[)+/g, """"))) {

When I disable the check with „if(true || …” everything works like a charm. Maybe a RegExp problem with Chrome?

"	bug	closed	major	1.4.1	ajax	1.4	invalid				
