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 xitrum.util.SeriDeseri.toJValue and fromJValue to convert Scala objects to JSON4S JValue and vice versa #568

Closed
ngocdaothanh opened this issue Sep 6, 2015 · 0 comments
Labels
Milestone

Comments

@ngocdaothanh
Copy link
Member

Currently we have xitrum.util.SeriDeseri.toJson(scalaObject), but the result is a String, which is not easy for further modification.

RequestEnv#requestContentJson is removed. Use SeriDeseri.fromJValue(RequestEnv#requestContentJValue) instead.

@ngocdaothanh ngocdaothanh added this to the Xitrum 3.26.0 milestone Sep 6, 2015
@ngocdaothanh ngocdaothanh changed the title Add xitrum.util.SeriDeseri.toJsonObject Add xitrum.util.SeriDeseri.toJValue Jan 7, 2016
@ngocdaothanh ngocdaothanh changed the title Add xitrum.util.SeriDeseri.toJValue Add xitrum.util.SeriDeseri.toJValue and fromJValue to convert Scala objects to JSON4S JValue and vice versa Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant