vote up 0 vote down star

I am using ajax.net to return an array of records. Some request can be very large and need to be sent with several requests. Is the a way to determine if the json length of an object exceeds the max length before it throws an exception so I can divide the records into smaller returns?

flag

40% accept rate

1 Answer

vote up 0 vote down

Probably the easiest way is to serialize the object server side before returning the request and checking the serialized string length before returning it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.