For this example, assume that I have a list of months in a form, each with a checkbox next to them. I\'m looking for help on doing either of two things:
I know you're trying to turn a query-string into a JSON object, but perhaps you might be interested in going directly from an html form to a JSON object (without having to specify really convoluted name attributes). If so, check out JSONForms: http://code.google.com/p/jsonf/
Disclaimer: I started the jsonforms project. It's still young, but personally I think it rocks!