Package org.springframework.boot.json
package org.springframework.boot.json
Support for parsing JSON.
- See Also:
-
ClassDescriptionBase class for parsers wrapped or implemented in this package.Really basic JSON parser for when you have nothing else available.Thin wrapper to adapt
Gson
to aJsonParser
.Thin wrapper to adapt Jackson 2ObjectMapper
toJsonParser
.IllegalArgumentException
thrown when source JSON is invalid.Factory to create aJsonParser
.