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 and have a function that can read and write JSON.

I went to U2 University this year.  I was at the session that discussed
UDO.  I had read the documentation several times and was unable to make
heads or tails out using this technology.  Dan, who taught the session in
Denver, had several examples that got me going.  However, his examples were
very simplistic and did apply to the real world so I still had a lot of
work to do.

After spending more hours than I care to mention, I have working code.
 I've time tested my code against the UDO function on Unidata 7.3 and
Universe 11.1.9.  I found Rocket U2 code is just a touch faster than mine.
 This did not surprise me in that they could build it into the run engine.

The hardest part of UDO is realizing when you write it yourself you can mix
objects and arrays without being explicit.  Not so with UDO.  UDO allows
you to mix and match objects and arrays but you must set them up as
separate handles.

Hopefully that helps,
Doug
www.u2logic.com/applications.html
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to