Hey I'm trying to send a DOM Event (a mouse click captured on a FF extension) to a java webservice. It would be really useful if I could just use json and a bit of magic to jsonify the event and then maybe some java API to receive it =)
Do any of you know of anything that might do the trick?
Thanks in advance