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 | před 3 týdny | |
---|---|---|
CNAME | před 1 rokem | |
LICENSE | před 2 roky | |
README.md | před 2 roky | |
index.html | před 3 týdny | |
index.js.original_code | před 2 roky | |
serialize-javascript.js | před 2 roky |
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