JSON4JStringWriter class has static buffer size and is not expandable
---------------------------------------------------------------------

                 Key: CB-122
                 URL: https://issues.apache.org/jira/browse/CB-122
             Project: Apache Callback
          Issue Type: Bug
          Components: BlackBerry
    Affects Versions: 1.2.0
            Reporter: Filip Maj


https://github.com/callback/callback-blackberry/blob/master/framework/ext/src/com/phonegap/json4j/internal/JSON4JStringWriter.java#L15

If you're dealing with big JSON objects this one is going to bite you for sure, 
especially if you are authoring plugins.

Writing out a JSON object to string on native side with a large JSON object 
(containing Base64 image data, for example) will fail.

This comment should be acted upon: 
https://github.com/callback/callback-blackberry/blob/master/framework/ext/src/com/phonegap/json4j/internal/JSON4JStringWriter.java#L39

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to