[Json] [Errata Verified] RFC8259 (7383)
rfc-editor@rfc-editor.org Thu, 28 May 2026 18:35 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 4BDD5F6D4942; Thu, 28 May 2026 11:35:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1; t=1779993323; bh=rA6pX5Q2k3r454x37kt/5AVBieQf9Z6ONjRRFZZ2KRA=; h=Subject:From:To:Cc:Date; b=IzbLdfjYIsKRqSoyZ5CXdUT2rKNaIPQbix7nDeRMPIikTkHi25GNtw3HeWFpCmV4U bodN4ghYwb8xMgLCW4Td5WG8LKwtwLYxgj3ifLxyVFdhcdnEPMrtMnWp7sDjStXu8o dzlUrH5WZnDea7o/4FywEMYali++QBZsiDaDqXuI=
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
From: rfc-editor@rfc-editor.org
To: 00mk01@gmail.com, tbray@textuality.com
Date: Thu, 28 May 2026 18:35:23 -0000
message-id: <177999332318.14.879032099569771704@rfc-editor.org>
Message-ID-Hash: 4DWH34WAZWDXBJXVJTF2WKXUWMBB55S5
X-Message-ID-Hash: 4DWH34WAZWDXBJXVJTF2WKXUWMBB55S5
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 Verified] RFC8259 (7383)
List-Id: "JavaScript Object Notation (JSON) WG mailing list" <json.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/json/w_NTx0DAUz-fL23yoW-x9avwfCo>
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 verified for RFC8259, "The JavaScript Object Notation (JSON) Data Interchange Format" -------------------------------------- You may review the report below and at: https://errata.rfc-editor.org/eid7383/ -------------------------------------- Status: Verified Type: Technical Reported by: Daniel Tegründe <00mk01@gmail.com> Date Reported: March 12, 2023, 7 p.m. Verified by: Andy Newton (IESG) Section 3. Values says: Original Text ------------- false = %x66.61.6c.73.65 ; false null = %x6e.75.6c.6c ; null Corrected Text -------------- false = %x66.61.6C.73.65 ; false null = %x6E.75.6C.6C ; null Notes ----- Hex values should be capitalized https://www.rfc-editor.org/rfc/rfc5234#appendix-B.1 -------------------------------------- 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 Verified] RFC8259 (7383) rfc-editor
- [Json] Re: [Errata Verified] RFC8259 (7383) Austin Wright
- [Json] Re: [Errata Verified] RFC8259 (7383) Carsten Bormann
- [Json] Re: [Errata Verified] RFC8259 (7383) Daniel Tegründe