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 e2cbbfe0cf Update CNAME 1 年之前
LICENSE 83803598ae Add files via upload 2 年之前
README.md c32daabe29 Update README.md 2 年之前
index.html 7b5e1ae863 Update index.html 3 周之前
index.js.original_code 6896f73a9f Rename index.js.original_code.js to index.js.original_code 2 年之前
serialize-javascript.js 66fa2fcf2e Update serialize-javascript.js 2 年之前

README.md

serialize-javascript-nonpm

Serialize JavaScript to a superset of JSON that includes regular expressions and functions from Yahoo (no NPM requirements)

USAGE

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