readme
来自「这是YUI的源码及相关示例。里面有很多很炫的Javascript效果。」· 代码 · 共 23 行
TXT
23 行
JSON Utility - Release Notes2.6.0 * Security updates * Architecture change to make lang.JSON object more durable * stringify whitelist keys scrubbed for duplicates * Object keys sorted in stringify2.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 typeof2.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 applied2.4.0 * Initial release
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?