From 2090e8ce82255223c273ddc1dd06a1b9b86cf43c Mon Sep 17 00:00:00 2001 From: Caleb Date: Tue, 17 Mar 2026 22:52:17 -0400 Subject: [PATCH] Update SPEC.md Added an escape character to 7.2. Original did not show the intended character. --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 97955f1..f42fdc5 100644 --- a/SPEC.md +++ b/SPEC.md @@ -383,7 +383,7 @@ A string value MUST be quoted if any of the following is true: - It is numeric-like: - Matches /^-?\d+(?:\.\d+)?(?:e[+-]?\d+)?$/i (e.g., "42", "-3.14", "1e-6"). - Or matches /^0\d+$/ (leading-zero decimals such as "05"). -- It contains a colon (:), double quote ("), or backslash (\). +- It contains a colon (:), double quote ("), or backslash (\\). - It contains brackets or braces ([, ], {, }). - It contains control characters: newline, carriage return, or tab. - It contains the relevant delimiter (see ยง11 for complete delimiter rules):