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 weeks ago | |
---|---|---|
CNAME | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
index.html | 3 weeks ago | |
index.js.original_code | 2 years ago | |
serialize-javascript.js | 2 years ago |
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