FasterXML / jackson-core

Core part of Jackson that defines Streaming API as well as basic shared abstractions
Apache License 2.0
2.27k stars 795 forks source link

Change default for `JsonWriteFeature.ESCAPE_FORWARD_SLASHES` to be `true` for 3.0 #1200

Closed cowtowncoder closed 9 months ago

cowtowncoder commented 9 months ago

(follow-up to #507)

Now that we have added ability to easily force escaping of / let's make that default for Jackson 3.0 stream writers.