Allow filtering content written via JsonGenerator
by specifying JsonPointer
#185
Milestone
JsonGenerator
by specifying JsonPointer
#185
(similar to #137, different direction)
For many dynamic use cases it would be nice to be able to only include a subset (subtree) of content that is being written, so that, for example, a
JsonPointer
defines portion of a POJO is included in the output actually generated. While it would be more efficient to try to select subset before generation ability to define subsets dynamically make it more convenient to separate out parts.The text was updated successfully, but these errors were encountered: