| Package | Description |
|---|---|
| org.json.simple.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONParser.parse(java.io.Reader in,
ContentHandler contentHandler) |
void |
JSONParser.parse(java.io.Reader in,
ContentHandler contentHandler,
boolean isResume)
Stream processing of JSON text.
|
void |
JSONParser.parse(java.lang.String s,
ContentHandler contentHandler) |
void |
JSONParser.parse(java.lang.String s,
ContentHandler contentHandler,
boolean isResume) |