From 5d0beb3bc7edc200a5b22fcce0eb2c05032902e8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 11 Jun 2026 16:23:40 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cc7042..b958664 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ Data not stored: - Attributes on arrays, maps, sets, and functions, - Function closures. -Style and input sanitization: +Relaxed JSON input format: - Comments are treated as whitespace and are stripped from input - Trailing commas are ignored -- `\``, `'`, and `"` are supported as string quotes -- Object keys are optionally quoted if they confirm to JavaScript identifier spec. +- All JavaScript string quotes are supported +- Object keys are optionally quoted if they confirm to JavaScript identifier spec Note that this a strict superset of JSON, this if only JSON-supported data is serialized the output will be strict JSON.