[netconf] restconf-next issue to remove encoding the "list" for list-items in JSON encodings
Kent Watsen <kent+ietf@watsen.net> Wed, 01 July 2020 15:16 UTC
Return-Path: <010001730af3aad8-b7fdf478-34dd-4cd8-99ba-cc6d71cc8612-000000@amazonses.watsen.net>
X-Original-To: netconf@ietfa.amsl.com
Delivered-To: netconf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1])
by ietfa.amsl.com (Postfix) with ESMTP id 02A173A0F36
for <netconf@ietfa.amsl.com>; Wed, 1 Jul 2020 08:16:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level:
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001,
SPF_NONE=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key)
header.d=amazonses.com
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 0tADDoKcs1Ty for <netconf@ietfa.amsl.com>;
Wed, 1 Jul 2020 08:16:49 -0700 (PDT)
Received: from a48-94.smtp-out.amazonses.com (a48-94.smtp-out.amazonses.com
[54.240.48.94])
(using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id 6AD0A3A0F2B
for <netconf@ietf.org>; Wed, 1 Jul 2020 08:16:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple;
s=224i4yxa5dv7c2xz3womw6peuasteono; d=amazonses.com; t=1593616608;
h=From:Content-Type:Mime-Version:Subject:Message-Id:Date:To:Feedback-ID;
bh=NhLEOcfN22HVGa8qA7JW1bw075+kGabMyjLFqzxxq1Y=;
b=bq43bj7McPlmLF9CQAtOIDCnkpYc9+ZTUGTbWaqOsGeztCWyi9yu95OqdNz82DNg
d1H7c+KCslPpxkLPJZgAU5nBtiXKBUGtELC6ZeT636ZOHoVNKOcg8+81jiTUCIaLiSK
KXhJMjhB1eIEJiHWzvTfhTwFgyDxkeu0FUn7LOQ8=
From: Kent Watsen <kent+ietf@watsen.net>
Content-Type: multipart/alternative;
boundary="Apple-Mail=_6EB60A3B-3843-4B15-9544-7D7FA91A5E9A"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
Message-ID: <010001730af3aad8-b7fdf478-34dd-4cd8-99ba-cc6d71cc8612-000000@email.amazonses.com>
Date: Wed, 1 Jul 2020 15:16:48 +0000
To: "netconf@ietf.org" <netconf@ietf.org>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
X-SES-Outgoing: 2020.07.01-54.240.48.94
Feedback-ID: 1.us-east-1.DKmIRZFhhsBhtmFMNikgwZUWVrODEw9qVcPhqJEI2DA=:AmazonSES
Archived-At: <https://mailarchive.ietf.org/arch/msg/netconf/Lp6NLhTkhpe3E-S1AdcAC_67WLA>
Subject: [netconf] restconf-next issue to remove encoding the "list" for
list-items in JSON encodings
X-BeenThere: netconf@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETCONF WG list <netconf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netconf>,
<mailto:netconf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netconf/>
List-Post: <mailto:netconf@ietf.org>
List-Help: <mailto:netconf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netconf>,
<mailto:netconf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 01 Jul 2020 15:16:57 -0000
I just added this “restconf-next” issue to remove encoding the "list" for list-items in JSON encodings: https://github.com/netconf-wg/restconf-next/issues/5 <https://github.com/netconf-wg/restconf-next/issues/5> K.