Package | Description |
---|---|
org.jooq.tools.json |
The
org.jooq.tools.json package contains parts of JSON Simple. |
Modifier and Type | Method and Description |
---|---|
void |
JSONParser.parse(Reader in,
ContentHandler contentHandler) |
void |
JSONParser.parse(Reader in,
ContentHandler contentHandler,
boolean isResume)
Stream processing of JSON text.
|
void |
JSONParser.parse(String s,
ContentHandler contentHandler) |
void |
JSONParser.parse(String s,
ContentHandler contentHandler,
boolean isResume) |
Copyright © 2014. All Rights Reserved.