Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D32518E06 for ; Sun, 2 Aug 2015 21:05:56 +0000 (UTC) Received: (qmail 2541 invoked by uid 500); 2 Aug 2015 21:05:56 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 2512 invoked by uid 500); 2 Aug 2015 21:05:56 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 2502 invoked by uid 99); 2 Aug 2015 21:05:55 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Aug 2015 21:05:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 4F9DDD9AF3 for ; Sun, 2 Aug 2015 21:05:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 7c_5xnIVdxHY for ; Sun, 2 Aug 2015 21:05:54 +0000 (UTC) Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 8AFCC42E74 for ; Sun, 2 Aug 2015 21:05:54 +0000 (UTC) Received: by pacgq8 with SMTP id gq8so8494714pac.3 for ; Sun, 02 Aug 2015 14:05:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=LfY3rWKKSuh5o2mUrzuvagzWM53IgeKv2MsHBsHjZbQ=; b=BlxtM1JNWTzLFasFul9EJa7KsexkYaotGjvcTrwQywr2kJVewLVbCa/T76x5K2p+/3 4SxCQSYEm4DXGlcPXDBgEiQIrk3npGsZWAMqlX1jPFuEF0DwTiR1vpfUBmCQIiMx8sPF IlU+SGd0/a7+XIwziHR/5EYW9AwfUG6VJBFUYdeFC6SUdGYZLRWMXESORpHUvGYnK6US iDr0ryUtEjjI4d5aP3u27noWjYdimcfbWYPVq5Hx0Ma/9Xzn4iRRPvyNHRP/bXC1ttfj xAlN3/bVTbhQ511nwSHwe14+7vohI/WvTJPsWcMuaXiCphnSP1IKGdtaNRXzaQsiPlZm ZIgw== X-Received: by 10.66.132.81 with SMTP id os17mr29339234pab.153.1438549547828; Sun, 02 Aug 2015 14:05:47 -0700 (PDT) Received: from Richards-MacBook-Pro-2.local ([2601:645:8101:77f5:7451:329f:2c6e:31d0]) by smtp.gmail.com with ESMTPSA id br14sm15151855pdb.47.2015.08.02.14.05.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Aug 2015 14:05:47 -0700 (PDT) Message-ID: <55BE863F.7000507@gmail.com> Date: Sun, 02 Aug 2015 14:06:07 -0700 From: Rick Hillegas User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: "derby-dev@db.apache.org" Subject: Tools Guide documentation for the new simpleJson optional tool Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit If someone has the bandwidth, I'd appreciate a review of the patch I've attached to https://issues.apache.org/jira/browse/DERBY-6829. This patch will add a new section to the Tools Guide. That section describes how to use the simpleJson optional tool which we are introducing in 10.11. Thanks, -Rick