From 9bc96a9396224ab78dba69d3b12debbdedf7a005 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 11 Jun 2026 16:21:20 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df7428e..3cc7042 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Data not stored: Style and input sanitization: - 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. Note that this a strict superset of JSON, this if only JSON-supported data is serialized the output will be strict JSON.