>
>
> From: "Tony Gravagno" <3xk547...@sneakemail.com>
> To: u2-users@listserver.u2ug.org,
> Date: 08/02/2013 01:05 PM
> Subject:Re: [U2] XML or JSON converter for Unibasic
> Sent by:u2-users-boun...@listserver.u2ug.org
>
>
>
>
Corporation
From: "Tony Gravagno" <3xk547...@sneakemail.com>
To: u2-users@listserver.u2ug.org,
Date: 08/02/2013 01:05 PM
Subject: Re: [U2] XML or JSON converter for Unibasic
Sent by:u2-users-boun...@listserver.u2ug.org
I do this sort of thing all the time.
7.3 has a built-in JSON library. That's what I was looking for.
Thanks
Charles Shaffer
Senior Analyst
NTN-Bower Corporation
From: Aaron Titus
To: U2 Users List ,
Date: 08/02/2013 12:14 PM
Subject:Re: [U2] XML or JSON converter for Unibasic
Sent by:u2-users
I do this sort of thing all the time. I'm also curious to know if a
Uni-query can be rendered directly as XML or JSON. I know QM can
render as XML with a simple modifier on the command-line, thought U2
could do this too. JSON is a different animal and I'm not aware of any
decent JSON builders for a
ffer
> Senior Analyst
> NTN-Bower Corporation
>
>
>
> From: "Brian Leach"
> To: "'U2 Users List'" ,
> Date: 08/02/2013 11:41 AM
> Subject:Re: [U2] XML or JSON converter for Unibasic
> Sent by:u2-users-boun...@listserver.u2u
rian Leach"
To: "'U2 Users List'" ,
Date: 08/02/2013 11:41 AM
Subject: Re: [U2] XML or JSON converter for Unibasic
Sent by:u2-users-boun...@listserver.u2ug.org
My preferred solution is to use a middle tier web service in C#, that
exposes method call
17:12
To: U2 Users List
Subject: [U2] XML or JSON converter for Unibasic
I am looking for a way to send the output of a Unidata data query in
Unibasic back to a web server (PHP) for building web pages.
Up until now I have used a proprietary method (LF, HTAB, etc.), but I would
like to sim
I am looking for a way to send the output of a Unidata data query in
Unibasic back to a web server (PHP) for building web pages.
Up until now I have used a proprietary method (LF, HTAB, etc.), but I
would like to simplify/standardize the method. Seems like this could be
done with XML, or JSON