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/
|
|
4 gadi atpakaļ | |
|---|---|---|
| CNAME | 4 gadi atpakaļ | |
| LICENSE | 4 gadi atpakaļ | |
| README.md | 4 gadi atpakaļ | |
| index.html | 4 gadi atpakaļ | |
| index.js.original_code.js | 4 gadi atpakaļ | |
| serialize-javascript.js | 4 gadi atpakaļ |
Serialize JavaScript to a superset of JSON that includes regular expressions and functions from Yahoo (no NPM requirements)
Serializer:
serialize(obj);
Avilable options:
space
isJSON
unsafe
ignoreFunction
Deserializer:
deserialize(jsons);
For more details please visit this link:
https://github.com/yahoo/serialize-javascript