Top "Scala-2.8" questions

Version 2.8 of the Scala language for the JVM.

Function.tupled and placeholder syntax

I have seen this usage of Function.tupled example in another answer: Map(1 -> "one", 2 -> "two") map …

scala scala-2.8
What is the most straightforward way to parse JSON in Scala?

I'm working on a simple web application with Scala. The plan is to obtain JSON data from an external API, …

json parsing serialization scala scala-2.8