| Package | Description | 
|---|---|
| org.springframework.boot.json | Support for parsing JSON. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractJsonParserBase class for parsers wrapped or implemented in this package. | 
| class  | BasicJsonParserReally basic JSON parser for when you have nothing else available. | 
| class  | GsonJsonParserThin wrapper to adapt  Gsonto aJsonParser. | 
| class  | JacksonJsonParserThin wrapper to adapt Jackson 2  ObjectMappertoJsonParser. | 
| class  | YamlJsonParserThin wrapper to adapt Snake  YamltoJsonParser. | 
| Modifier and Type | Method and Description | 
|---|---|
| static JsonParser | JsonParserFactory. getJsonParser()Static factory for the "best" JSON parser available on the classpath. | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.