Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add hook to allow play-json users to provide their own Jackson JsonFactory or ObjectMapper #1009

Open
pjfanning opened this issue Apr 2, 2024 · 0 comments

Comments

@pjfanning
Copy link
Contributor

pjfanning commented Apr 2, 2024

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant