CommunityID/webdir/javascript/yui/json
6543 b484e522e8 import v1.0.0-RC4 | 2009-05-20 2019-07-17 22:08:50 +02:00
..
README import v1.0.0-RC4 | 2009-05-20 2019-07-17 22:08:50 +02:00
json-debug.js import v1.0.0-RC4 | 2009-05-20 2019-07-17 22:08:50 +02:00
json-min.js import v1.0.0-RC4 | 2009-05-20 2019-07-17 22:08:50 +02:00
json.js import v1.0.0-RC4 | 2009-05-20 2019-07-17 22:08:50 +02:00

README

JSON Utility - Release Notes

2.6.0
    * Security updates
    * Architecture change to make lang.JSON object more durable
    * stringify whitelist keys scrubbed for duplicates
    * Object keys sorted in stringify

2.5.1
    * Updated validation regex to address poor unicode escape treatment in FF
    * Updated special characters RegExp
    * Changed stringification to account for odd responses to typeof

2.5.0
    * Restructured for customization and readability
    * Extracted isValid method to test a JSON string
    * Extracted dateToString method to allow overriding with custom serialization format
    * Added stringToDate method to reconstitute Date instances from default JSON UTC date strings.  Use this in a filter method passed to lang.JSON.parse
    * fixed walk method so filters are properly applied

2.4.0
    * Initial release