PDA

View Full Version : JsonReader?



waldav00
2 May 2008, 7:25 PM
Can I use the JsonReader when using the Ext.nd? Is this something only available if I use the regular Ext libraries? If so, how could I integrate the two?

RWaters
5 May 2008, 9:40 AM
We use a custom XmlReader so that we can support Domino's ReadViewEntries in versions prior to 7.0.2.

If you are running a later version you could use a JsonReader or even a JsonStore and add the parameter outputtype: 'json' to the baseParams of the store. That or you could point the store at an agent and write something more custom to spit out json and a reader to go along with it.