56575859606162
/** * @param input */ public JsonParser(InputStream input) { in = new LookaheadReader(input, 8); }