Is there no support for an I/O stream reader (vs byte array) parser like all the other JSON libraries have? Seems odd for a high speed parser to load large JSON structures into a byte[] with its subsequent memory consumption. I'd like to use this library in an Android app.
Is there no support for an I/O stream reader (vs byte array) parser like all the other JSON libraries have? Seems odd for a high speed parser to load large JSON structures into a byte[] with its subsequent memory consumption. I'd like to use this library in an Android app.