
com.yukihirai0505.sFacebook.responses.comments.Comments.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sfacebook_2.11 Show documentation
Show all versions of sfacebook_2.11 Show documentation
A Scala library for the Facebook API
The newest version!
package com.yukihirai0505.sFacebook.responses.comments
case class Comments(data: Seq[CommentData])
import play.api.libs.json.Json
import com.github.tototoshi.play.json.JsonNaming
object Comments {
implicit val CommentsFormat = JsonNaming.snakecase(Json.format[Comments])
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy