Re: [U2] U2 Dynamic Object API

2012-05-28 Thread Brian Leach
Dynamic Object API It sounds great but I have not seen anything further on it. Would be good to get some more info... -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Gregor Scott Sent: 28 May 2012 06:41 To: U2 Users

Re: [U2] U2 Dynamic Object API

2012-05-28 Thread Wally Terhune
There is a U2 University session on this - coming up June 26-8 at Carden Park, Cheshire: U2 Dynamic Objects - Hello JSON! Do you want to call a RESTful Web service and quickly deal with the data it brings back? Come learn how to use the new U2 Basic functionality to easily handle web services

Re: [U2] U2 Dynamic Object API

2012-05-28 Thread Symeon Breen
I won't be there - where can I get more information on U2 Dynamic Objects. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wally Terhune Sent: 28 May 2012 13:51 To: U2 Users List Subject: Re: [U2] U2 Dynamic

Re: [U2] U2 Dynamic Object API

2012-05-28 Thread Doug Averch
I've been using JSON for many years now. I've written UniBasic code to build JSON in many of our Web applications and our middle-ware. I have written parser in UniBasic that can read JSON arrays and give you results. I was looking very excitedly to not having to maintain my code UniBasic code

Re: [U2] U2 Dynamic Object API

2012-05-28 Thread Symeon Breen
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug Averch Sent: 28 May 2012 18:10 To: U2 Users List Subject: Re: [U2] U2 Dynamic Object API I've been using JSON for many years now. I've written UniBasic code to build JSON in many of our Web applications and our

Re: [U2] U2 Dynamic Object API

2012-05-28 Thread Gregor Scott
...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: Tuesday, 29 May 2012 12:33 AM To: 'U2 Users List' Subject: Re: [U2] U2 Dynamic Object API I won't be there - where can I get more information on U2 Dynamic Objects. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users

Re: [U2] U2 Dynamic Object API

2012-05-28 Thread Gregor Scott
Good feedback - Thanks Doug. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug Averch Sent: Tuesday, 29 May 2012 3:10 AM To: U2 Users List Subject: Re: [U2] U2 Dynamic Object API I've been using JSON for many

Re: [U2] U2 Dynamic Object API

2012-05-28 Thread Doug Averch
I extracted a little bit of my code to create a JSON object. This code works on Universe and Unidata. Unidata you will need to switch includes. SUBROUTINE UDOSub(PARAM1,PARAM2,RETURN.ID) * PARAM1 - Field Names separated by field marks * PARAM2 - Data separated by field marks