From 4dd2b9db273dfd51f3a7b81e0a62813cd7b1a723 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 21 Jan 2026 21:57:27 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86681e2..0fb3c6f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # serilize.js: Extended JSON serilization -An extended-JSON serilization/deserialization implementation. +JSON-like extended serialization/deserialization, and serialization-based +object isolated deep and semi-deep copying library. -This extends the default JSON serialization adding the following: +This extends the default JSON specification adding the following: - Recursive data structure serialization - Sparse array serialization - `undefined`/`NaN` serialization