| 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  | 
YamlJsonParser
Thin wrapper to adapt Snake  
Yaml to JsonParser. |