Opened 14 years ago
Closed 13 years ago
#4846 closed feature (wontfix)
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.
Change History (2)
comment:1 Changed 13 years ago by
Component: | unfiled → ajax |
---|
comment:2 Changed 13 years ago by
Priority: | major → low |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
jQuery recommends using the json2.js library for all JSON.parse/JSON.stringify needs when those are not satisfied by a native implementation.