From e6bd98b9faddd445d0ef964a4def86bcb85eaca4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 9 Jan 2026 15:39:24 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e16dc12..fe7d154 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,17 @@ Thus, care must be taken when serializing structures containing function. ### `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