Re: [U2] JSON Parsing

2010-12-14 Thread Doug
We call the product XLr8 and it runs on Apache Tomcat. XLr8 can run your favorite language PHP. Or XLr8 can run JSP, HTML, or JavaScript. Our technology is licensed and not open sourced, so you will have to purchase a license. -Original Message- From:

Re: [U2] JSON Parsing

2010-12-14 Thread Rob Sobers
Hi Doug, So you do the conversion from JSON to U2 Dynamic Array *before* you hit the database layer (i.e., not in UniBasic)? How do you handle JSON strings that have more depth than sub-values can accommodate? -Rob On Tue, Dec 14, 2010 at 10:34 AM, Doug dave...@hotmail.com wrote: We call the

[U2] unsubscribe

2010-12-14 Thread Barak Griffis
unsubscribe Barak Griffis Affinity Plus Federal Credit Union Assistant System Administrator bgrif...@affinityplus.org 651-312-9432 651-265-6607 (fax) Did you know...as a member of Affinity Plus, YOU are our boss! We work for you! Find that hard to believe? Ask me more about our promise to

Re: [U2] JSON Parsing

2010-12-14 Thread Doug
Hi Rob: I do not use anything more than Sub-values on the Web. It just get to complicated. However, I have an idea that might work for those that love the @IM and @TM. Here is an example from the Wikipedia page modified: { firstName: John, lastName: Smith, age: 25, address:

Re: [U2] JSON Parsing

2010-12-14 Thread Doug
I forgot to say the @ symbol was for demonstration purposes only... -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug Sent: Tuesday, December 14, 2010 1:39 PM To: 'U2 Users List' Subject: Re: [U2] JSON Parsing Hi

Re: [U2] JSON Parsing

2010-12-14 Thread Symeon Breen
I have many web applications that have much much more complex data than just to sub value level - luckily both json and the plethora of data types in .net make this easy. From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug Sent: 14

Re: [U2] JSON Parsing

2010-12-14 Thread Tony Gravagno
From: Rob Sobers How do you handle JSON strings that have more depth than sub-values can accommodate? PMJI - On one hand I'll say I believe it's not appropriate to approach storage of N-level structures in a 4-level MV structure (item,atb,val,sv). This is the first thing people did when