U2 has built in XML handleing - of course XML can be very complicated multi level data structures as well but you have to strip it in such a way to make it fit, u2 is not an xml database nor a json database - so for both you are going to have to extract at a particular level - or traverse it in a DOM kind of way.
From: [email protected] [mailto:[email protected]] On Behalf Of Kevin King Sent: 11 December 2010 23:29 To: U2 Users List Subject: Re: [U2] Sparse array population in Pick We also do a lot with JSON but a JSON string can go far beyond attributes, values, and subvalues. Would be interested in Doug's take on how to extract something out of a JSON string without parsing it from scratch on every extraction, and how he would represent 4 or more dimensions in a MV item? Building JSON is simple in MV Basic. Parsing it can be a bit more difficult. _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users _____ No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1170 / Virus Database: 426/3309 - Release Date: 12/11/10 _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
