Interface | Description |
---|---|
JsonParser |
Class | Description |
---|---|
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 . |
JsonSimpleJsonParser |
Thin wrapper to adapt
JSONObject to a JsonParser . |
YamlJsonParser |
Thin wrapper to adapt Snake
Yaml to JsonParser . |
JsonParser
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.