Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 93649 invoked from network); 26 Jan 2007 08:34:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jan 2007 08:34:13 -0000 Received: (qmail 92697 invoked by uid 500); 26 Jan 2007 08:34:16 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 92657 invoked by uid 500); 26 Jan 2007 08:34:16 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 92645 invoked by uid 99); 26 Jan 2007 08:34:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2007 00:34:15 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2007 00:34:09 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 402677142B6 for ; Fri, 26 Jan 2007 00:33:49 -0800 (PST) Message-ID: <11423556.1169800429259.JavaMail.jira@brutus> Date: Fri, 26 Jan 2007 00:33:49 -0800 (PST) From: "Isuru Eranga Suriarachchi (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-2037) Improvement in json support for Axis2 In-Reply-To: <19643532.1169800309330.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Eranga Suriarachchi updated AXIS2-2037: --------------------------------------------- Attachment: patch.txt > Improvement in json support for Axis2 > ------------------------------------- > > Key: AXIS2-2037 > URL: https://issues.apache.org/jira/browse/AXIS2-2037 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement > Affects Versions: 1.2 > Reporter: Isuru Eranga Suriarachchi > Fix For: 1.2 > > Attachments: patch.txt > > > There are 2 major json conventions available as Badgerfish and Mapped. So far Axis2 supported only Badgerfish. It is bit inconvenient for the javascript users to use Badgerfish formatted json strings. Mapped convention is a good solution for this matter. So in this patch I have implemented support for Mapped convention as well. Here I have used 2 different JSONBuilders and the default one is using Mapped convention. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org