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