Jackson Java Parser for JSON tutorials.
Quick getting started examples of Jackson.
Jackson common configurations.
@JsonProperty Example.
@JsonIgnore Example.
@JsonIgnoreType Examples.
@JacksonInject Example
@JsonPropertyOrder Example
@JsonAlias Example
@JsonCreator Examples.
@ConstructorProperties Example
@JsonSerialize and @JsonDeserialize with Converter.
@JsonSerialize and @JsonDeserialize with JsonSerializer and JsonDeserializer Example
@JsonDeserialize#as example.
@JsonSerialize#as example.
Persisting subclass name with @JsonTypeInfo.
WRAPPER_OBJECT and WRAPPER_ARRAY examples.
@JsonTypeInfo + @JsonSubTypes + @JsonTypeName Example
@JsonTypeId Example
@JsonAutoDetect Example
@JsonInclude Example
@JsonInclude NON_ABSENT Example
@JsonInclude NON_EMPTY Example
@JsonInclude NON_DEFAULT Example
Using JsonInclude.Include#value = JsonInclude.Include
@JsonInclude#content example
@JsonInclude.include.CUSTOM Example
@JsonView Example
@JsonView on class example
@JsonFormat Example
Using @JsonFormat#shape as Object.
Serializing Collections/Numbers as object example
@JsonUnwrapped Example
Using @JsonUnwrapped#prefix and @JsonUnwrapped#suffix
@JsonAnyGetter Example
@JsonAnySetter Example
@JsonEnumDefaultValue Example
@JsonRawValue Example
@JsonValue Example.
@JsonRootName Example
@JsonIdentityInfo Example
@JsonManagedReference and @JsonBackReference Example
@JsonIdentityReference Example
@JsonFilter Example
Updating Existing Objects Examples
@JsonMerge Annotation example
JsonNode example
Writing custom serializer and deserializer and registering them with a module extension.