Anyone have a super simple example of how to go from a javascript object, being sent to web2py via jquery.ajax and being returned and processed?
Everything that I've come across has either not worked, or has been sending simple key value pairs. All I want to be able to do is send a shopping cart full of products and quantities in to web2py to be stored in the session. --

