Skip to content

JsonReadFeatures

Tatu Saloranta edited this page Sep 27, 2019 · 12 revisions

Jackson Streaming: JsonReadFeature

General

This set of features was added in Jackson 2.10, split off from earlier JsonParser.Feature. It contains features that are only relevant and usable on JSON backend.

Note: with 2.10 and later 2.x version there is overlap between new and old features: Jackson will keep "same" settings in sync so you can whichever; but recommendation is to use newer set of features to ease migration to 3.0.

Features

Settings can be divided in couple of loose categories, as follows.

Clone this wiki locally