JSON file size limit?

Ronny

Member
Licensed User
Longtime User
Hi

I have a problems with JSON parsing. My JSON file is 1Mb and I get a "java.io.IOException". When I use a smaller file, say 1kb, it seems to work fine.

I guess there is a limit to the file size?
 
Top