Skip to content

Instantly share code, notes, and snippets.

@nelanka
Created March 11, 2016 04:12
Show Gist options
  • Save nelanka/672630c4bbdf2b21fc1a to your computer and use it in GitHub Desktop.
Save nelanka/672630c4bbdf2b21fc1a to your computer and use it in GitHub Desktop.
Json4s
import org.json4s._
import org.json4s.native.JsonMethods._
val json: String = ???
println("Response: " + compact(render(json)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment