-
Notifications
You must be signed in to change notification settings - Fork 20
post json #31
base: master
Are you sure you want to change the base?
post json #31
Conversation
Hey, looks like this build is failing on scala 2.10.4. Do you want to take a look? |
Hi, Due to 2.11 modularization, parser combinator needs to be declared as Thank you and regards, 2014-05-01 19:23 GMT+02:00 Chris Dinn [email protected]:
|
I can't merge this; it'll break the build. It'll have to wait until one of us has the time to make it pass. I think it's a little too early to abandon 2.10 in Travis CI. If this change absolutely has to have a different implementation on 2.10 and 2.11 I'll wait to merge it until we're ready to drop 2.10. However, I'm very open to alternative solutions if you've got one. |
Hi Chris, Alternative could be some 3rd party JSON library. Thank you and regards, 2014-05-02 17:21 GMT+02:00 Chris Dinn [email protected]:
|
Parsing POST JSON parameters.
Used scala distribution json parser (deprecated, adds dependency on parser combinators)