This repository has been archived by the owner on Jan 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Adding Salat built in JSON support #14
Comments
I'll have a try at implementing a custom Body Parser for lift json. |
+1 |
Adding to that, depending on lift-json (and specially on the snapshot...) is causing problems sometimes, since it is not available in mvn central... |
@jcranky: If you use the milestone release of lift-json, this is not an issue. |
Proposal for such a body parser, based on this here:
|
salat uses json4s, not lift-json anymore ! |
+1 |
1 similar comment
+1 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the recent release of salat version 0.0.8 snapshot, Salat has very good support for JSON <-> Model. But since salat uses lift json and not jerkson the Play built in JSON BodyParser will not work. It will be nice for this plugin to also support JSON -> Model conversion from the HTTP request using Salats implementation.
The text was updated successfully, but these errors were encountered: