Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created May 27, 2013 19:03
Show Gist options
  • Save hhariri/5658581 to your computer and use it in GitHub Desktop.
Save hhariri/5658581 to your computer and use it in GitHub Desktop.
Routes.get("/customer/10", {
val obj = object {
val name = "John"
}
response.send(obj, ContentType.ApplicationJson)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment