What's your proposed alternative to Jerkson
Closed this issue · 4 comments
ngocdaothanh commented
I've been using Jerson in my web framework:
http://ngocdaothanh.github.com/xitrum/
Now that Jerkson is abandoned, what's your proposed alternative?
Thanks.
chiappone commented
check out json4s
ngocdaothanh commented
Thanks.
I decided to use JSON4S.
nbauernfeind commented
Don't forget about FasterXML's scala plugin for jackson: jackson-module-scala. It works extremely well.