Serialize JavaScript to a superset of JSON that includes regular expressions and functions, from Yahoo (converted to no NPM requirements) - BSD License
Capitan Cloud 7b5e1ae863 Update index.html | 3 周之前 | |
---|---|---|
CNAME | 1 年之前 | |
LICENSE | 2 年之前 | |
README.md | 2 年之前 | |
index.html | 3 周之前 | |
index.js.original_code | 2 年之前 | |
serialize-javascript.js | 2 年之前 |
Serialize JavaScript to a superset of JSON that includes regular expressions and functions from Yahoo (no NPM requirements)
Serializer:
serialize(obj);
Available options:
space
isJSON
unsafe
ignoreFunction
Deserializer:
deserialize(jsons);
For more details please visit this link:
https://github.com/yahoo/serialize-javascript