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
- Host: GitHub
- URL: https://github.com/par7133/serialize-javascript-nonpm
- Owner: par7133
- License: other
- Created: 2021-12-03T23:00:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T17:52:11.000Z (about 1 year ago)
- Last Synced: 2025-01-12T15:46:06.318Z (12 months ago)
- Topics: full-feautured, javascript, json, no-npm-required, serialization, serializer, web
- Language: JavaScript
- Homepage: https://serializejs.5mode-lab.com
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: 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