| Package | Description |
|---|---|
| org.json.simple.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONParser.parse(Reader in,
ContentHandler contentHandler)
Deprecated.
description omitted.
|
void |
JSONParser.parse(Reader in,
ContentHandler contentHandler,
boolean isResume)
Deprecated.
Stream processing of JSON text.
|
void |
JSONParser.parse(String s,
ContentHandler contentHandler)
Deprecated.
description omitted.
|
void |
JSONParser.parse(String s,
ContentHandler contentHandler,
boolean isResume)
Deprecated.
description omitted.
|
Copyright © 2018. All rights reserved.