Hello Rodrigo,
This is the group for questions related to the development of the
library itself rather than how to use it.
You have more chances to get an answer if you post on the appropriate
group:
http://groups.google.com/group/jquery-enWhile you're here, according to the documentation of $.getJSON
(
http://docs.jquery.com/Ajax/jQuery.getJSON#urldatacallback ), it
seems that you can only use it with key/value pairs as the data
parameter.
To be clear: { child: value } works and { parent: { child: value } }
doesn't, because it is written in the doc.