public interface ParseContext
| Modifier and Type | Method and Description |
|---|---|
DocumentContext |
parse(File json) |
DocumentContext |
parse(InputStream json) |
DocumentContext |
parse(InputStream json,
String charset) |
DocumentContext |
parse(Object json) |
DocumentContext |
parse(String json) |
DocumentContext parse(String json)
DocumentContext parse(Object json)
DocumentContext parse(InputStream json)
DocumentContext parse(InputStream json, String charset)
DocumentContext parse(File json) throws IOException
IOExceptionCopyright © 2016. All rights reserved.