[Json] [Errata Rejected] RFC7159 (8437)

RFC Errata System <rfc-editor@rfc-editor.org> Thu, 29 May 2025 19:16 UTC

Return-Path: <wwwrun@rfcpa.rfc-editor.org>
X-Original-To: json@ietf.org
Delivered-To: json@mail2.ietf.org
Received: from rfcpa.rfc-editor.org (unknown [167.172.21.234]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by mail2.ietf.org (Postfix) with ESMTPS id 3DEE22E73AE0; Thu, 29 May 2025 12:16:02 -0700 (PDT)
Received: by rfcpa.rfc-editor.org (Postfix, from userid 461) id 15FA027A8C1; Thu, 29 May 2025 12:16:02 -0700 (PDT)
To: craft8819@gmail.com, tbray@textuality.com
From: RFC Errata System <rfc-editor@rfc-editor.org>
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20250529191602.15FA027A8C1@rfcpa.rfc-editor.org>
Date: Thu, 29 May 2025 12:16:02 -0700
Message-ID-Hash: ZWRSFNEJSLSRINLSDHNND7NY27XFDQZO
X-Message-ID-Hash: ZWRSFNEJSLSRINLSDHNND7NY27XFDQZO
X-MailFrom: wwwrun@rfcpa.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, rfc-editor@rfc-editor.org
X-Mailman-Version: 3.3.9rc6
Precedence: list
Subject: [Json] [Errata Rejected] RFC7159 (8437)
List-Id: "JavaScript Object Notation (JSON) WG mailing list" <json.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/json/8r8T6Hg_jSIHmkSWxX-8lxdVCEo>
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 RFC7159,
"The JavaScript Object Notation (JSON) Data Interchange Format".

--------------------------------------
You may review the report below and at:
https://www.rfc-editor.org/errata/eid8437

--------------------------------------
Status: Rejected
Type: Technical

Reported by: Mikhail <craft8819@gmail.com>
Date Reported: 2025-05-28
Rejected by: Andy Newton (IESG)

Section: 4

Original Text
-------------
      object = begin-object [ member *( value-separator member ) ]
               end-object


Corrected Text
--------------
      object = begin-object { member *( value-separator member ) }
               end-object


Notes
-----
It seems that if this is not fixed, initialization of arrays and objects will look the same..
 --VERIFIER NOTES-- 
 The corrected text given in this errata is attempting to modify ABNF with invalid ABNF. Additionally, the RFC has been obsoleted by RFC 8259.

--------------------------------------
RFC7159 (draft-ietf-json-rfc4627bis-rfc7159bis)
--------------------------------------
Title               : The JavaScript Object Notation (JSON) Data Interchange Format
Publication Date    : March 2014
Author(s)           : T. Bray, Ed.
Category            : PROPOSED STANDARD
Source              : JavaScript Object Notation
Stream              : IETF
Verifying Party     : IESG