An open API service indexing awesome lists of open source software.

https://github.com/par7133/serialize-javascript-nonpm

Serialize JavaScript to a superset of JSON that includes regular expressions and functions, from Yahoo (converted to no NPM requirements) - BSD License
https://github.com/par7133/serialize-javascript-nonpm

full-feautured javascript json no-npm-required serialization serializer web

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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