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 e2cbbfe0cf Update CNAME před 1 rokem
LICENSE 83803598ae Add files via upload před 2 roky
README.md c32daabe29 Update README.md před 2 roky
index.html 7b5e1ae863 Update index.html před 3 týdny
index.js.original_code 6896f73a9f Rename index.js.original_code.js to index.js.original_code před 2 roky
serialize-javascript.js 66fa2fcf2e Update serialize-javascript.js před 2 roky

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