Need help. Stumped.

I'm using jQuery and Ajax/serializeArray to read a form to get JSON
object.
However, it is in a format of:
{"name": "firstname", "value": "Mary"}
while I'd like to see it as
{"firstname": "Mary"}
to put it into couchdb and another application.

Of course I have to use json2.jx from json.org to convert from object
to
string.

Thanks for any help you can provide.

Reply via email to