JSON组件。可序列化、反序列化JS对象。
Name | Parameter | Description | Return |
---|---|---|---|
mini.encode ( Object ) | 把JS对象序列化为字符串 | String | |
mini.decode ( json, autoParseDate ) |
{ json: String。json字符串。 autoParseDate: Boolean。是否自动解析日期字符串为Date类型。 } |
把字符串反序列化为JS对象 | Object |