AbstractJsonParser
, GsonParser
, Jackson1Parser
, Jackson2Parser
public interface JsonParser
Map
.
Each implementation should wrap specific exception to an internal JsonException
(library
will catch instance of this exception and re-throw appropriate exception).Modifier and Type | Method | Description |
---|---|---|
Map<String,List<Map<String,Object>>> |
parse(Resource resource) |
Read JSON File and return representation.
|
Copyright © 2017. All rights reserved.