Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. response => {
  2. (response.json \\ "download_count").validate[List[Int]] match {
  3. case JsSuccess(count, y) => println(count)
  4. case JsError(e)=> println(e)
  5. }
  6.  
  7.  
  8. value validate is not a member of Seq[play.api.libs.json.JsValue]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement