Entries tagged with 'xml'

JSON and Associative arrays

There are many articles out there explaining what JSON is and where to use it, including a very good article written by Scott Good titled JSON and Domino.
What I’m going to try to explain in this tutorial is why associative arrays are our best friend when coding with JSON and Ajax. We have all seen [...]

Faster Ajax with Domino and JSON

As several bloggers have posted, there is a new way of getting data out of Domino views using JSON. This feature was planned for Domino 8 but “slipped” into the 7.0.2 release of Domino.
I wanted to know if it would be faster to parse the data with JSON out of a huge view, with over [...]