@Deprecated public class JSONReader extends Object
| Constructor and Description |
|---|
JSONReader(InputStream is,
String charset)
Deprecated.
|
JSONReader(Reader reader)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JSONToken |
nextToken()
Deprecated.
|
JSONToken |
nextToken(int expect)
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–2020 The Apache Software Foundation. All rights reserved.