Support Native JSON in Firefox 3.1 / IE8 RC1
Reported by John-David Dalton | February 14th, 2009 @ 12:34 AM
Firefox 3.1 now supports native JSON. Fuse must use it if available.
http://blog.mozilla.com/webdev/2009/02/12/native-json-in-firefox-31/
Comments and changes to this ticket
-
John-David Dalton February 14th, 2009 @ 12:34 AM
- Assigned user cleared.
-
John-David Dalton February 14th, 2009 @ 12:37 AM
IE8 has implemented it in RC1, which is rumored to be released in March
-
John-David Dalton February 14th, 2009 @ 12:37 AM
- Title changed from Support Native JSON in Firefox 3.1 to Support Native JSON in Firefox 3.1 / IE8 RC1
-
John-David Dalton July 3rd, 2009 @ 05:48 PM
- Assigned user set to John-David Dalton
- Milestone cleared.
-
Kit Goncharov July 7th, 2009 @ 07:58 PM
- Assigned user changed from John-David Dalton to Kit Goncharov
I'll also go ahead and rewrite the JSON library to use a non-
eval
parser instead (I like the one at http://code.google.com/p/json-sans-eval/, but it definitely could use some modifications), and add the corresponding native JSON methods to Fuse (Fuse.JSON.stringify
andFuse.JSON.parse
). -
Kit Goncharov July 7th, 2009 @ 07:59 PM
- State changed from new to open
-
Kit Goncharov July 17th, 2009 @ 09:48 PM
- Tag set to json
-
Kit Goncharov July 31st, 2009 @ 10:14 PM
- Tag changed from json to in_my_fork, json
How about if we add a ticket state for
in_my_fork
instead of just using tags? I think it would definitely make sorting through tickets much easier. -
John-David Dalton July 31st, 2009 @ 10:46 PM
- State changed from open to patched
Cant we search for tickets by tags too ? How are states easier to search ?
-
Kit Goncharov July 31st, 2009 @ 10:50 PM
- Tag changed from in_my_fork, json to json
-
Kit Goncharov July 31st, 2009 @ 10:51 PM
Sorry, forgot to post the commit URL: https://github.com/kitsg/fusejs/commit/87b4cfd4c2d1cd70b16747626396...
-
John-David Dalton April 15th, 2010 @ 02:59 PM
- State changed from patched 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 ยป
JavaScript frameworks share similar features and functionality such as DOM manipulation, event registration, and CSS selector engines. FuseJS attempts to incorporate the strengths of these frameworks into one stable, efficient, and optimized core JavaScript framework.