From 23b5c41fa0290e84ef6dd046c452bf9db5b8bcfa Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 16 Jan 2026 15:52:22 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b588aeb..21022ce 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This extends the default JSON serialization adding the following: - Recursive data structure serialization - `undefined`/`NaN` serialization -- `Set`/`Map` serialization +- Serialization of `BigInt`'s, `Set`'s, `Map`'s - Function serialization (off by default) - Deep and partial-deep cleen object copy