[Json] [Errata Rejected] RFC8259 (7673)
rfc-editor@rfc-editor.org Thu, 28 May 2026 18:39 UTC
Return-Path: <rfc-editor@rfc-editor.org>
X-Original-To: json@ietf.org
Delivered-To: json@mail2.ietf.org
Received: from errata-celery-557d7d6cc7-t9blw (unknown [4.156.85.76]) by mail2.ietf.org (Postfix) with ESMTP id 404D6F6D5BD7; Thu, 28 May 2026 11:39:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1; t=1779993597; bh=ZzgyoigG8thn1i8+Q2FBqsoznNypwLnZh7M39/2W6YA=; h=Subject:From:To:Cc:Date; b=KE8Qt2d5Cls3+M5LBG0jTSgLGXqGI6nPLWRRXszVlLqKfKxR1TuG6yOAAInjovuNN AR4WHEqzo8NXQw+FWeSoKZGOKTvMzu3wXC2HIKu2jUZ4pZg3vHrwDYkD21HGzRwk3X lJzXDkmMxMz9ECBvlGN2Ht2bOgul6y52Y4/BE4LU=
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: rfc-editor@rfc-editor.org
To: tbray@textuality.com, zachmcollier@gmail.com
Date: Thu, 28 May 2026 18:39:57 -0000
message-id: <177999359698.13.6987232096261013416@rfc-editor.org>
Message-ID-Hash: HKQJNSKAK36MDBRZRNV6MBRFUEJVYG2H
X-Message-ID-Hash: HKQJNSKAK36MDBRZRNV6MBRFUEJVYG2H
X-MailFrom: rfc-editor@rfc-editor.org
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-json.ietf.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
CC: andy@hxr.us, iesg@ietf.org, json@ietf.org, iana@iana.org, rfc-editor@rfc-editor.org
X-Mailman-Version: 3.3.9rc6
Precedence: list
Subject: [Json] [Errata Rejected] RFC8259 (7673)
List-Id: "JavaScript Object Notation (JSON) WG mailing list" <json.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/json/6gHJez4KTEMyDlRmupqdBQ_hDfw>
List-Archive: <https://mailarchive.ietf.org/arch/browse/json>
List-Help: <mailto:json-request@ietf.org?subject=help>
List-Owner: <mailto:json-owner@ietf.org>
List-Post: <mailto:json@ietf.org>
List-Subscribe: <mailto:json-join@ietf.org>
List-Unsubscribe: <mailto:json-leave@ietf.org>
The following errata report has been rejected for RFC8259, "The JavaScript Object Notation (JSON) Data Interchange Format" -------------------------------------- You may review the report below and at: https://errata.rfc-editor.org/eid7673/ -------------------------------------- Status: Rejected Type: Technical Reported by: Zachary Collier (Zamicol) <zachmcollier@gmail.com> Date Reported: Oct. 11, 2023, 7 p.m. Rejected by: Andy Newton (IESG) Section 7 says: Original Text ------------- The representation of strings is similar to conventions used in the C family of programming languages. A string begins and ends with quotation marks. All Unicode characters may be placed within the quotation marks, except for the characters that MUST be escaped: quotation mark, reverse solidus, and the control characters (U+0000 through U+001F). Corrected Text -------------- The representation of strings is similar to conventions used in the C family of programming languages. A string begins and ends with quotation marks. All Unicode characters may be placed within the quotation marks, except for the characters that MUST be escaped: quotation mark, reverse solidus, and the control characters (U+0000 through U+001F, U+007F, and U+0080 through U+009F). Notes ----- There are 33 7-bit control characters, but the JSON RFC only listed 32 by omitting the inclusion of the last control character in the 7-bit ASCII range, 'del.' However, JSON is not limited to 7-bit ASCII; it is Unicode. Unicode encompasses 65 control characters from U+0080 to U+009F, totaling an additional 32 characters. The section that currently reads "U+0000 through U+001F" should include these additional control characters reading as "U+0000 through U+001F, U+007F, and U+0080 through U+009F" -------------------------------------- RFC8259 (draft-ietf-jsonbis-rfc7159bis) -------------------------------------- Title : The JavaScript Object Notation (JSON) Data Interchange Format Publication Date : December 2017 Author(s) : T. Bray, Ed. Category : Internet Standard Source : jsonbis (art) Stream : IETF
- [Json] [Errata Rejected] RFC8259 (7673) rfc-editor