0

I'am passing a large json string between java and as3, but when the string gets really BIG, then not all the data is retrieved, and I get parse errors, has anyone some idea on how to solve this?

actionscript error in try catch:

Error #1132
4
  • May be this is relevant: stackoverflow.com/questions/11705060/… Commented Dec 16, 2013 at 17:36
  • my json string is correct, but is too large, thats the problem, but all the data of there is required, I don't know how to pass all this data Commented Dec 16, 2013 at 17:38
  • can we somehow see your json ? Commented Dec 16, 2013 at 18:26
  • Split the data into various json chunks and then make several calls to the server. This will also lead to a smoother performance on the client. Considering AMF can also be an option. Since you're using a Java backend, BlazeDS can be a good alternative to JSON. Commented Dec 18, 2013 at 8:18

0

Your Answer

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.