Use native JSON parsing when available
Reported by Douwe M. | January 2nd, 2010 @ 06:49 PM | in 1.5.3 Release
Instead of using eval('(' + json + ')') to parse JSON when Xhr.Options.evalJSON is enabled, RightJS should use Native JSON parsing using JSON.parse(json) when available, that is: In Firefox 3.5+, MSIE 8 and WebKit-based browsers.
Comments and changes to this ticket
-
MadRabbit January 8th, 2010 @ 07:18 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RightJS Core Tickets