comp.lang.ada
 help / color / mirror / Atom feed
From: tonyg <tonythegair@gmail.com>
Subject: Re: JSON and interpreting JSON objects
Date: Fri, 13 Mar 2015 09:03:41 -0700 (PDT)
Date: 2015-03-13T09:03:41-07:00	[thread overview]
Message-ID: <7860fa30-2ff7-4bc4-a6f1-a4e2e6c0ac86@googlegroups.com> (raw)
In-Reply-To: <mduudm$6h4$1@dont-email.me>

On Friday, 13 March 2015 15:07:18 UTC, björn lundin  wrote:
> On 2015-03-13 14:15, tonyg wrote:
> > 
> > 
> > I'm playing with some JSON. I am trying to pick some information out of a JSON object but am trying to understand what I am doing first.
> > In the following code I am not totally sure about displaying a JSON object, and I was wondering what to put in "when JSON_Object_Type
> 
> Have a look in Gnatcoll.Json.Write
> In there, they do what you want - printout of a JSON, testing on
> different types, JSON_Object_Type included.
> 
> in gnatcoll.Json spec, there is
> 
>    subtype JSON_Container_Value_Type is JSON_Value_Type range
>      JSON_Array_Type .. JSON_Object_Type;
> 
> which indicates that it is some kind of container.
> 
> --
> Björn

Thanks Bjorn!


  reply	other threads:[~2015-03-13 16:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-13 13:15 JSON and interpreting JSON objects tonyg
2015-03-13 15:07 ` Björn Lundin
2015-03-13 16:03   ` tonyg [this message]
2015-03-16 12:01   ` tonyg
2015-03-16 13:11     ` tonyg
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox