Sending a JavaScript array to Python script?

Daniel Nogradi nogradi at gmail.com
Thu May 17 08:53:18 EDT 2007


> Just wondering if there is any way of sending a JavaScript array to a
> Python cgi script? A quick Google search didn't turn up anything
> useful.


Simplejson is what you want:  http://cheeseshop.python.org/pypi/simplejson

HTH,
Daniel



More information about the Python-list mailing list