JSON limitation?
Posted
by thedp
on Stack Overflow
See other posts from Stack Overflow
or by thedp
Published on 2010-04-01T18:23:38Z
Indexed on
2010/04/01
18:33 UTC
Read the original article
Hit count: 371
Hello,
I would like to know if JSON with AJAX has a limitation to the amount of data an outgoing and returning parameter can carry?
I would like to be able to send and return from the server a file with 10,000 lines, as a string. How should I achieve this task? Will a single parameter will be able to hand this?
Thank you.
© Stack Overflow or respective owner