Return-Path: X-Original-To: apmail-tapestry-commits-archive@minotaur.apache.org Delivered-To: apmail-tapestry-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA7B110F0C for ; Mon, 4 Nov 2013 21:30:23 +0000 (UTC) Received: (qmail 50895 invoked by uid 500); 4 Nov 2013 21:30:19 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 50867 invoked by uid 500); 4 Nov 2013 21:30:19 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 50831 invoked by uid 99); 4 Nov 2013 21:30:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Nov 2013 21:30:19 +0000 Date: Mon, 4 Nov 2013 21:30:19 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: commits@tapestry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TAP5-2098) JSONObject should keep its properties in the order in which they were added MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TAP5-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813298#comment-13813298 ] ASF subversion and git services commented on TAP5-2098: ------------------------------------------------------- Commit dd6fa7bc617e197d4298b1b3a8adb0a70b8e6933 in branch refs/heads/master from [~hlship] [ https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git;h=dd6fa7b ] TAP5-2098: Maintain JSONObject keys & values in the order they were added > JSONObject should keep its properties in the order in which they were added > --------------------------------------------------------------------------- > > Key: TAP5-2098 > URL: https://issues.apache.org/jira/browse/TAP5-2098 > Project: Tapestry 5 > Issue Type: Wish > Components: tapestry-json > Affects Versions: 5.3, 5.4 > Reporter: Jochen Kemnade > Assignee: Howard M. Lewis Ship > Priority: Minor > Labels: json, patch > Fix For: 5.4 > > > While JSON objects are unordered according to the specification, it would be nice if Tapestry's implementation kept its properties in the order of their insertion. That way, it could be used for pretty-printing more easily. -- This message was sent by Atlassian JIRA (v6.1#6144)