Possible Duplicate:
Browser-native JSON support (window.JSON)
Recent browsers such as Chrome, and Firefox all have native implementations of the json.js JSON object. However what about Opera, Safari, Safri, Mobile, Android Stock, Android Dolphin, and the various versions of IE?
I've been looking online to find a support chart and for the life of me I can't. I'm writing a tutorial demo and really need json serialization only for the demo itself, I'd really rather not include anything that is orthogonal to the feature itself.
If I remember correctly, it was all webkit browsers, Firefox 3.5+, IE8+, and Opera 10.5+. Android and safari all use webkit.