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
play-json is pretty dependent on Jackson for low level parsing support.
There are some open but not progressed PRs and issues regarding supporting Jackson features. Allowing users to provide their own JsonFactory or ObjectMapper would make it so that play-json users could uptake some of these Jackson features themselves.
Doing this at the JsonFactory level would be better because of the way that Jackson is evolving.
play-json is pretty dependent on Jackson for low level parsing support.
There are some open but not progressed PRs and issues regarding supporting Jackson features. Allowing users to provide their own JsonFactory or ObjectMapper would make it so that play-json users could uptake some of these Jackson features themselves.
Doing this at the JsonFactory level would be better because of the way that Jackson is evolving.
Relates to:
The text was updated successfully, but these errors were encountered: