Y
Hacker News
new
|
ask
|
show
|
jobs
by
rdrock
4082 days ago
In 2015, XML is a first class citizen but JSON get a third class treatment. JSON parsing in Scala is ridiculous.
http://www.reddit.com/r/scala/comments/2l7v5u/json_parsing_i...
1 comments
lmm
4082 days ago
XML is in the process of being demoted.
spray-json is quite possibly the best JSON library I've ever seen, in any language.
link
facorreia
4081 days ago
I use play-json (on a Play Framework project) and it serves its purpose well.
link
user1241320
4078 days ago
We use both play-json and json4s. They're both pretty cool and easy to use
link
spray-json is quite possibly the best JSON library I've ever seen, in any language.