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

Play JSON support #40

Open
gmethvin opened this issue May 12, 2015 · 1 comment
Open

Play JSON support #40

gmethvin opened this issue May 12, 2015 · 1 comment

Comments

@gmethvin
Copy link

It'd be nice to be able to easily use my play-json serializers with this library. That would make it really easy to use the same JSON representation in RethinkDB that I use elsewhere in my Play application. Using Jackson directly is not particularly nice in Scala, and it doesn't provide any nice ways of validating the serializers at compile time.

Ideally you wouldn't need to tie things to a specific JSON implementation. It might be better to use type classes for your serializers and have a separate module for play/play-json support, like the play-reactivemongo module provides for reactivemongo.

@anand-singh
Copy link

+1

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

No branches or pull requests

2 participants