You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSONInput should be rewritten to work directly on an InputStream instead of relying on a Reader. This is good opportunity to revisit the parsing and perform some speed optimizations.
The text was updated successfully, but these errors were encountered:
JSONInput should be rewritten to work directly on an
InputStream
instead of relying on aReader
. This is good opportunity to revisit the parsing and perform some speed optimizations.The text was updated successfully, but these errors were encountered: