Re: [Json] Counterproposal on work items

Tatu Saloranta <tsaloranta@gmail.com> Wed, 20 February 2013 18:22 UTC

Return-Path: <tsaloranta@gmail.com>
X-Original-To: json@ietfa.amsl.com
Delivered-To: json@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C985821F8881 for <json@ietfa.amsl.com>; Wed, 20 Feb 2013 10:22:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.6
X-Spam-Level:
X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, NO_RELAYS=-0.001]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X1VUZdr+rkjU for <json@ietfa.amsl.com>; Wed, 20 Feb 2013 10:22:34 -0800 (PST)
Received: from mail-we0-x22e.google.com (mail-we0-x22e.google.com [IPv6:2a00:1450:400c:c03::22e]) by ietfa.amsl.com (Postfix) with ESMTP id 4666421F87E1 for <json@ietf.org>; Wed, 20 Feb 2013 10:22:31 -0800 (PST)
Received: by mail-we0-f174.google.com with SMTP id r6so6888045wey.19 for <json@ietf.org>; Wed, 20 Feb 2013 10:22:30 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=sE5pLa5l8UNLd13o1ZAksCBsnW4GMjhHG/RG5yK8Bww=; b=E4ZZld68iy9q31cToaHWbfqBZJLC7VUBl6Yz+UdbVwl880iJQbOR0uWDQYcDedX1QG vA/sAWFmqzM6SJxk3ve2cHmZn+rvS7dFc+TxRbKFy51rbsH6/4eiDPXffNmz+wzVO72n i5JLoAbFmxEn4Yeg/s3NyBhlyffI/Gl/wqqO3dmxwgJ1DXGwx7MBXHq7bn8okr/rx+WR YaBB8UrKZjRN3u5kS4OIkc3Kef+ebBx8AOwq6WW5GA4L6A+wjWIKdxP4cpsjWdAd43Ys sONLZ97Zx3jeggEQLJofKgcSg+zu77o1zwZf5mLjbmUxinEp7trk3czMaWr60mWtHy6L 0qsA==
MIME-Version: 1.0
X-Received: by 10.180.89.101 with SMTP id bn5mr36195104wib.14.1361384550226; Wed, 20 Feb 2013 10:22:30 -0800 (PST)
Received: by 10.227.63.132 with HTTP; Wed, 20 Feb 2013 10:22:30 -0800 (PST)
In-Reply-To: <CAHBU6ityBeA+M-PEme09gO_jVySr33-X308i1UttxrQwSgYmGQ@mail.gmail.com>
References: <CAHBU6ityBeA+M-PEme09gO_jVySr33-X308i1UttxrQwSgYmGQ@mail.gmail.com>
Date: Wed, 20 Feb 2013 10:22:30 -0800
Message-ID: <CAGrxA25eF0TN_NH-mD1x00H5mTo=yao8aCUXDtNBMj-SodFZeA@mail.gmail.com>
From: Tatu Saloranta <tsaloranta@gmail.com>
To: Tim Bray <tbray@textuality.com>
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: quoted-printable
Cc: "json@ietf.org" <json@ietf.org>
Subject: Re: [Json] Counterproposal on work items
X-BeenThere: json@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "Discussion related to JavaScript Object Notation \(JSON\)." <json.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/json>, <mailto:json-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/json>
List-Post: <mailto:json@ietf.org>
List-Help: <mailto:json-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/json>, <mailto:json-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 20 Feb 2013 18:22:38 -0000

+1

-+ Tatu +-

On Wed, Feb 20, 2013 at 9:27 AM, Tim Bray <tbray@textuality.com> wrote:
> My proposal is: do nothing.
>
> I use JSON for protocol design and work all the time, and have not observed
> any interop problems in the wild which originate at the JSON parson or
> construction level.  I give the incoming text to the library and it Just
> Works or reliably reports a syntax botch.  I give my data structures to the
> JSON serializer and cheerfully send off whatever comes out. I read specs and
> build clients and servers and, when things break, it’s because I’m stupidly
> using a bogus name or value in some field, not because of the serialization.
>
> I suggest that there is not a problem here that needs the investment of
> precious IETF time.
>
>  -T
>
> _______________________________________________
> json mailing list
> json@ietf.org
> https://www.ietf.org/mailman/listinfo/json
>