From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.92.97 with SMTP id cl1mr661345igb.1.1426507280528; Mon, 16 Mar 2015 05:01:20 -0700 (PDT) X-Received: by 10.140.82.212 with SMTP id h78mr924576qgd.22.1426507280460; Mon, 16 Mar 2015 05:01:20 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.glorb.com!hl2no12971883igb.0!news-out.google.com!q90ni145qgd.1!nntp.google.com!z107no2011313qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 16 Mar 2015 05:01:20 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=5.81.80.126; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P NNTP-Posting-Host: 5.81.80.126 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0bbaad8e-c7c9-417c-8ac8-f671a8ffbee7@googlegroups.com> Subject: Re: JSON and interpreting JSON objects From: tonyg Injection-Date: Mon, 16 Mar 2015 12:01:20 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:25185 Date: 2015-03-16T05:01:20-07:00 List-Id: I've been looking at it.=20 I've coded something up to use the code in gnatcoll-json i.e. Go get some= json data from a web service then print it out. Now I can see the JSON output , the labels to the data and the data. I can see how the data values are put in the output string. I seem to be mi= ssing something though because I cannot for the life of me see how the data= labels are output. I know they are there because I have built and run code= to output them, but I can only see the data in the code being output.=20 Can you see where in gnatcoll-json this is done?=20