Protocol Action: 'JavaScript Object Notation (JSON) Text Sequences' to Proposed Standard (draft-ietf-json-text-sequence-13.txt)

The IESG <iesg-secretary@ietf.org> Thu, 08 January 2015 16:15 UTC

Return-Path: <iesg-secretary@ietf.org>
X-Original-To: ietf-announce@ietfa.amsl.com
Delivered-To: ietf-announce@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6F4841A8A9E; Thu, 8 Jan 2015 08:15:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.9
X-Spam-Level:
X-Spam-Status: No, score=-101.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, USER_IN_WHITELIST=-100] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hCRWvwnktF7O; Thu, 8 Jan 2015 08:15:02 -0800 (PST)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 02C131A8AC0; Thu, 8 Jan 2015 08:14:57 -0800 (PST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: The IESG <iesg-secretary@ietf.org>
To: IETF-Announce <ietf-announce@ietf.org>
Subject: Protocol Action: 'JavaScript Object Notation (JSON) Text Sequences' to Proposed Standard (draft-ietf-json-text-sequence-13.txt)
X-Test-IDTracker: no
X-IETF-IDTracker: 5.10.0.p6
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20150108161457.29249.11891.idtracker@ietfa.amsl.com>
Date: Thu, 08 Jan 2015 08:14:57 -0800
Archived-At: <http://mailarchive.ietf.org/arch/msg/ietf-announce/-5xIZyypZCCVZxSLblfsIjYGGyc>
Cc: json mailing list <json@ietf.org>, json chair <json-chairs@tools.ietf.org>, RFC Editor <rfc-editor@rfc-editor.org>
X-BeenThere: ietf-announce@ietf.org
X-Mailman-Version: 2.1.15
Reply-To: ietf@ietf.org
List-Id: "IETF announcement list. No discussions." <ietf-announce.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf-announce/>
List-Post: <mailto:ietf-announce@ietf.org>
List-Help: <mailto:ietf-announce-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 08 Jan 2015 16:15:04 -0000

The IESG has approved the following document:
- 'JavaScript Object Notation (JSON) Text Sequences'
  (draft-ietf-json-text-sequence-13.txt) as Proposed Standard

This document is the product of the JavaScript Object Notation Working
Group.

The IESG contact persons are Pete Resnick and Barry Leiba.

A URL of this Internet Draft is:
http://datatracker.ietf.org/doc/draft-ietf-json-text-sequence/




Technical Summary

   This document describes the JSON text sequence format. A JSON text
   sequence is specifically not a JSON text itself, but it is composed
   of (possible) JSON texts.  JSON text sequences can be parsed (and
   produced) incrementally without having to have a streaming parser
   (nor streaming encoder). This allows easy coding of extremely large
   datasets, logs, and so on. Because it is a format, it is appropriate
   for standards track.

Working Group Summary

   The WG had some problems with early drafts of the document, but came
   to rough consensus at the end. There was disagreement about what
   character(s) should be used to delimit text sequences, but there was
   fairly extensive discussion and most of the participants agreed that
   the sequence chosen in the latest draft is the best of the
   alternatives discussed.

Document Quality

   There was not a huge amount of interest in the format in the WG, but
   there was definite interest from some users of JSON, particularly
   those who want to write out JSON texts in logs.

Personnel

   Paul Hoffman (co-chair of the JSON WG) is the document shepherd
   Pete Resnick is the responsible Area Director.