by shigemk2

当面は技術的なことしか書かない

JSON4S etc

JSON4Sの日本語Readme 私訳 · GitHub

compact

scala> val json = ("name" -> "joe")

scala> compact(render(json))
res1: String = {"name":"joe"}