mirror of
https://github.com/flynx/serialize.js.git
synced 2026-07-13 20:40:58 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
623df92487
commit
e6bd98b9fa
13
README.md
13
README.md
@ -49,6 +49,17 @@ Thus, care must be taken when serializing structures containing function.
|
|||||||
### `partialDeepCopy(..)`
|
### `partialDeepCopy(..)`
|
||||||
|
|
||||||
|
|
||||||
|
## Format
|
||||||
|
|
||||||
|
The output of `.serialize(..)` is a strict superset of standard JSON,
|
||||||
|
while the input format is a bit more relaxed than JSON in several details.
|
||||||
|
|
||||||
|
Extensions to JSON:
|
||||||
|
- Recursion
|
||||||
|
- null types
|
||||||
|
- BigInt
|
||||||
|
- Map / Set
|
||||||
|
- Function as code
|
||||||
|
- Function as index
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user