Serialize JavaScript to a superset of JSON that includes regular expressions and functions, from Yahoo (converted to no NPM requirements) - BSD License https://serializejs.5mode-lab.com/

Capitan Cloud e2cbbfe0cf Update CNAME il y a 3 ans
CNAME e2cbbfe0cf Update CNAME il y a 3 ans
LICENSE 83803598ae Add files via upload il y a 4 ans
README.md c32daabe29 Update README.md il y a 4 ans
index.html d9e1003e23 Update index.html il y a 3 ans
index.js.original_code 6896f73a9f Rename index.js.original_code.js to index.js.original_code il y a 4 ans
serialize-javascript.js 66fa2fcf2e Update serialize-javascript.js il y a 3 ans

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