public interface ParseContext
JsonProvider.| 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(URL json)
Deprecated.
|
DocumentContext |
parseUtf8(byte[] 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
IOExceptionDocumentContext parseUtf8(byte[] json)
@Deprecated DocumentContext parse(URL json) throws IOException
IOExceptionCopyright © 2025. All rights reserved.