Skip to main content

Bug Tracker

Side navigation

#4846 closed feature (wontfix)

Opened July 03, 2009 04:51AM UTC

Closed October 22, 2010 10:21PM UTC

JSON Encode / Decode: Should be part of Core / Utilities

Reported by: GrooveCS Owned by:
Priority: low Milestone: 1.4
Component: ajax Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

The ability to

 Encode

 Decode

 Validate

JSON should be a core functionality of the library.

Could take existing know quality library.

Attachments (0)
Change History (2)

Changed June 13, 2010 03:02AM UTC by dmethvin comment:1

component: unfiledajax

Changed October 22, 2010 10:21PM UTC by rwaldron comment:2

priority: majorlow
resolution: → wontfix
status: newclosed

jQuery recommends using the json2.js library for all JSON.parse/JSON.stringify needs when those are not satisfied by a native implementation.