webgui/www/extras/yui/build/json
Chris Nehren 8fdd413d12 * resizable text areas now use the YUI 2.5.0 code
* add the new YUI release
* document the change in both the changelog and gotcha.txt
2008-02-26 21:27:14 +00:00
..
json-debug.js * resizable text areas now use the YUI 2.5.0 code 2008-02-26 21:27:14 +00:00
json-min.js * resizable text areas now use the YUI 2.5.0 code 2008-02-26 21:27:14 +00:00
json.js * resizable text areas now use the YUI 2.5.0 code 2008-02-26 21:27:14 +00:00
README * resizable text areas now use the YUI 2.5.0 code 2008-02-26 21:27:14 +00:00

JSON Utility - Release Notes

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