Package | Description |
---|---|
org.springframework.boot.json |
Support for parsing JSON.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicJsonParser
Really basic JSON parser for when you have nothing else available.
|
class |
GsonJsonParser
Thin wrapper to adapt
Gson to a JsonParser . |
class |
JacksonJsonParser
Thin wrapper to adapt Jackson 2
ObjectMapper to JsonParser . |
class |
JsonJsonParser
Thin wrapper to adapt
org.json.JSONObject to a JsonParser . |
class |
JsonSimpleJsonParser
Thin wrapper to adapt
JSONObject to a JsonParser . |
class |
YamlJsonParser
Thin wrapper to adapt Snake
Yaml to JsonParser . |
Modifier and Type | Method and Description |
---|---|
static JsonParser |
JsonParserFactory.getJsonParser()
Static factory for the "best" JSON parser available on the classpath.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.