public interface JsonParser
| Modifier and Type | Method and Description |
|---|---|
void |
parse(InputStream in,
JsonHandler handler)
Parse given character stream and build object.
|
void |
parse(Reader reader,
JsonHandler handler)
Parse given character stream and build object.
|
void parse(Reader reader, JsonHandler handler) throws JsonException
reader - the Stream Reader.handler - JsonHandler, @see JsonHandler.JsonException - if any error occurs during parsing.void parse(InputStream in, JsonHandler handler) throws JsonException
in - the Input Stream.handler - JsonHandler, @see JsonHandler.JsonException - if any error occurs during parsing.Copyright © 2021 eXo Platform SAS. All Rights Reserved.