What's the ideal way to pass a large JSON data object from Javascript through AJAX to a Python script?
Are you using some web framework? Django has pretty decent support for JSON decoding/encoding.