141142143144145146147
isr = new InputStreamReader(is); } } else { throw new JSONException("Inputstream cannot be null"); } (new Parser(isr)).parse(true, this); }
163164165166167168169
isr = new InputStreamReader(is); } } else { throw new JSONException("InputStream cannot be null"); } (new Parser(isr, strict)).parse(true, this); }