I have been playing with jsonrpc. I have a method that builds a python dict on the server and returns it to a rpc call.
The data can be accessed as a map like this: data['num_runs'] works great now I need to do something a bit simpler I just want to return a python list. If I do it the same way and say try to get data like this: data[0] it returns 'undefined' I assume since I can return a dict that I can also return a list. Is this correct? ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
