| Name | Description | Type | Package | Framework |
| BasicJsonParser | Really basic JSON parser for when you have nothing else available. | Class | org.springframework.boot.json | Spring Boot |
| GsonJsonParser | Thin wrapper to adapt Gson to a JsonParser. | Class | org.springframework.boot.json | Spring Boot |
| JacksonJsonParser | Thin wrapper to adapt Jackson 2 ObjectMapper to JsonParser. | Class | org.springframework.boot.json | Spring Boot |
| JsonJsonParser | Thin wrapper to adapt org. | Class | org.springframework.boot.json | Spring Boot |
| JsonParser | Parser that can read JSON formatted strings into Maps or Lists. | Interface | org.springframework.boot.json | Spring Boot |
| JsonParserFactory | Factory to create a JsonParser. | Class | org.springframework.boot.json | Spring Boot |
| JsonSimpleJsonParser | Thin wrapper to adapt JSONObject to a JsonParser. | Class | org.springframework.boot.json | Spring Boot |
| YamlJsonParser | Thin wrapper to adapt Snake Yaml to JsonParser. | Class | org.springframework.boot.json | Spring Boot |