1

What's the ideal way to pass a large JSON data object from Javascript through AJAX to a Python script?

asked Mar 3, 2010 at 0:29

1 Answer 1

1

Are you using some web framework? Django has pretty decent support for JSON decoding/encoding.

answered Mar 3, 2010 at 0:47
Sign up to request clarification or add additional context in comments.

1 Comment

Perfect, Django is exactly what I needed.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.