| Package | Description |
|---|---|
| org.json.simple.parser |
| Modifier and Type | Method and Description |
|---|---|
Object |
JSONParser.parse(Reader in,
ContainerFactory containerFactory)
Deprecated.
Parse JSON text into java object from the input source.
|
Object |
JSONParser.parse(String s,
ContainerFactory containerFactory)
Deprecated.
description omitted.
|
Apache Camel