What's the best way to send a large data set via a GET request.
- I cannot use POST because of some design limitations.
- I can use jQuery or any other library, sizzle is preferable.
- I have a complex data set that has nestings within it, and json fits the bill well.
Thanks for your help.