mirror of
https://github.com/flynx/serialize.js.git
synced 2026-07-14 04:50:57 +00:00
16 lines
316 B
Markdown
16 lines
316 B
Markdown
# serilize.js: Extended JSON serilization
|
|
|
|
This extends the default JSON serialization adding the following:
|
|
- Recursive data structure serialization
|
|
- `undefined`/`NaN` serialization
|
|
- `Set`/`Map` serialization
|
|
- Function serialization (off by default)
|
|
- Deep and partial-deep cleen object copy
|
|
|
|
|
|
|
|
## Motivation
|
|
|
|
|
|
|