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
IOException
Copyright © 2020. All rights reserved.