Re: [U2] XML or JSON converter for Unibasic

2013-08-02 Thread Kevin King
> > > 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 > > > >

Re: [U2] XML or JSON converter for Unibasic

2013-08-02 Thread Charles_Shaffer
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.

Re: [U2] XML or JSON converter for Unibasic

2013-08-02 Thread Charles_Shaffer
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

Re: [U2] XML or JSON converter for Unibasic

2013-08-02 Thread Tony Gravagno
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

Re: [U2] XML or JSON converter for Unibasic

2013-08-02 Thread Aaron Titus
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

Re: [U2] XML or JSON converter for Unibasic

2013-08-02 Thread Charles_Shaffer
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

Re: [U2] XML or JSON converter for Unibasic

2013-08-02 Thread Brian Leach
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

[U2] XML or JSON converter for Unibasic

2013-08-02 Thread Charles_Shaffer
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