Interface | Description |
---|---|
JsonParser |
Class | Description |
---|---|
AbstractJsonParser |
Base class for parsers wrapped or implemented in this package.
|
BasicJsonParser |
Really basic JSON parser for when you have nothing else available.
|
GsonJsonParser |
Thin wrapper to adapt
Gson to a JsonParser . |
JacksonJsonParser |
Thin wrapper to adapt Jackson 2
ObjectMapper to JsonParser . |
JsonParserFactory |
Factory to create a
JsonParser . |
YamlJsonParser |
Thin wrapper to adapt Snake
Yaml to JsonParser . |
Exception | Description |
---|---|
JsonParseException |
IllegalArgumentException thrown when source JSON is invalid. |
JsonParser