Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cowtowncoder opened this issue Mar 19, 2022 · 0 comments
Labels
node-config Related to JSTEP-7 Node config/feature
Milestone

Comments

@cowtowncoder
Copy link
Member

(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.

@cowtowncoder cowtowncoder added to-evaluate Issue that has been received but not yet evaluated 2.14 and removed to-evaluate Issue that has been received but not yet evaluated labels Mar 19, 2022
@cowtowncoder cowtowncoder added this to the 2.14.0 milestone Mar 20, 2022
@cowtowncoder cowtowncoder added the node-config Related to JSTEP-7 Node config/feature label Mar 20, 2022
@cowtowncoder cowtowncoder changed the title Implement JsonNodeFeature.READ_NULL_PROPERTIES to allow skipping of JSON null Implement JsonNodeFeature.READ_NULL_PROPERTIES to allow skipping of JSON null on reading Mar 20, 2022
@cowtowncoder cowtowncoder changed the title Implement JsonNodeFeature.READ_NULL_PROPERTIES to allow skipping of JSON null on reading Implement JsonNodeFeature.READ_NULL_PROPERTIES to allow skipping of JSON null values on reading Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
node-config Related to JSTEP-7 Node config/feature
Projects
None yet
Development

No branches or pull requests

1 participant