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 . |
JsonJsonParser |
Thin wrapper to adapt
org.json.JSONObject to a JsonParser . |
JsonParserFactory |
Factory to create a
JsonParser . |
JsonSimpleJsonParser |
Thin wrapper to adapt
org.json.simple.JSONObject to a JsonParser . |
SimpleJsonParser | Deprecated
since 1.2.0 in favor of
BasicJsonParser . |
YamlJsonParser |
Thin wrapper to adapt Snake
Yaml to JsonParser . |
JsonParser
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.