From 9227dc0570be884c1172e65df4ea344833ebe9d3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 10 Jan 2026 03:44:59 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe7d154..b7fbb9e 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,30 @@ Thus, care must be taken when serializing structures containing function. ## 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. +while the input format is a bit more relaxed than in several details. Extensions to JSON: - Recursion - null types - BigInt - Map / Set -- Function as code -- Function as index +- Function + +### Structural paths + +### Recursion + +### null types + +### BigInt + +### Map / Set + +### Functions + + + + +