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
IOException
DocumentContext parseUtf8(byte[] json)
@Deprecated DocumentContext parse(URL json) throws IOException
IOException
Copyright © 2024. All rights reserved.