You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As with JsonParser.Feature, more than half of entries are JSON-specific and not general-purpose; so for 2.10 (and esp. 3.0) let's cleave those out to new JsonWriteFeature.
And once that is done, consider adding something like StreamWriteFeature for format-agnostic general settings.
The text was updated successfully, but these errors were encountered:
(note: similar to #467)
As with
JsonParser.Feature
, more than half of entries are JSON-specific and not general-purpose; so for 2.10 (and esp. 3.0) let's cleave those out to newJsonWriteFeature
.And once that is done, consider adding something like
StreamWriteFeature
for format-agnostic general settings.The text was updated successfully, but these errors were encountered: