@Deprecated public class JSONReader extends Object
| Constructor and Description |
|---|
JSONReader(InputStream is,
String charset)
Deprecated.
|
JSONReader(Reader reader)
Deprecated.
|
public JSONReader(InputStream is, String charset) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic JSONReader(Reader reader)
public JSONToken nextToken() throws IOException, ParseException
IOExceptionParseExceptionpublic JSONToken nextToken(int expect) throws IOException, ParseException
IOExceptionParseExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.