Based on a SO question, I was able to successfully pass primitive variables between Javascript and C++. Ideally, I would like to be able to send complex objects. I read through the documentation but didn't find anything related to this. I could JSON encode my object and send it through that way but I was wondering if there was a Qt supported way of doing this.
Here is the original question that I referenced: How to send data to and from the browser with a Qt HTML5 Application