Create StreamWriteFeature
to take over non-json-specific JsonGenerator.Feature
s
#496
Milestone
StreamWriteFeature
to take over non-json-specific JsonGenerator.Feature
s
#496
Similar to #481, let's create
StreamWriteFeature
enum, and duplicate non-json -specificJsonGenerator.Feature
s in there. Also changeJsonFactory
builder to support it, and remove support forJsonGenerator.Feature
s there (but not from factory or parser itself -- those are needed for backwards compatibility).The text was updated successfully, but these errors were encountered: