Skip to content

Implement JsonNodeFeature.READ_NULL_PROPERTIES to allow skipping of JSON null values on reading #3421

@cowtowncoder

Description

@cowtowncoder

(note: follow up beyond #3405 and part of JSTEP-7)

Now that we have DatatypeFeature capability and newly created JsonNodeFeature, we can start adding more configurability for JsonNode handling. As per JSTEP-7 let's start with

JsonFeature.READ_NULL_PROPERTIES (default: true)

disabling of which allows "dropping" of NullNodes when reading JSON content as JsonNode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    node-configRelated to JSTEP-7 Node config/feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions