Blog  |   Sitemap  |   Search  |   Language:  eng рус
Home
HomeBlogJSON object support

JSON object: almost native support for older browsers

In the upcoming release of Ample SDK there will be JSON object support with an API as it is specified on http://www.json.org/js.html.

Some browsers (IE8 and Firefox 3.1) have already that support natively, so the implementation in Ample SDK will rely on that and will only fill in the implementation for browsers missing it.

var sDate = new Date().toJSON();