``` String xmlRawString = "[{},"; JSONArray object = new JSONArray(xmlRawString); ``` Constructing JSONArray with Malformed Strings (The ones without ']') seem to stuck in an infinite loop and throw OutOfMemory Exception.
Constructing JSONArray with Malformed Strings (The ones without ']') seem to stuck in an infinite loop and throw OutOfMemory Exception.