Skip to content

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

License

Notifications You must be signed in to change notification settings

par7133/serialize-javascript-nonpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks