codahale/jerkson

What's your proposed alternative to Jerkson

Closed this issue · 4 comments

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.

I've been using salat for a while now. The project is active.

check out json4s

Thanks.
I decided to use JSON4S.

Don't forget about FasterXML's scala plugin for jackson: jackson-module-scala. It works extremely well.