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 comment:1
component: | unfiled → ajax |
---|
Changed October 22, 2010 10:21PM UTC by comment:2
priority: | major → low |
---|---|
resolution: | → wontfix |
status: | new → closed |
jQuery recommends using the json2.js library for all JSON.parse/JSON.stringify needs when those are not satisfied by a native implementation.