Package org.springframework.boot.json
@NullMarked
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
Gsonto aJsonParser.Thin wrapper to adapt Jackson 3JsonMappertoJsonParser.IllegalArgumentExceptionthrown when source JSON is invalid.Factory to create aJsonParser.JsonWriter<T>Interface that can be used to write JSON output.Interface that can be used to extract one value from another.A member that contributes JSON.A path used to identify a specific JSON member.Callback used to configure JSON members.Callback interface that can beappliedtoJsonWriter.Membersto change names or filter members.Interface that can be used to extract name/value pairs from an element.JsonWriter.ValueProcessor<T extends @Nullable Object>Callback interface that can beappliedtoJsonWriter.Membersto process values before they are written.JSON content that can be written out.