This section provides an overview of what playframework is, and why a developer might want to use it.
It should also mention any large subjects within playframework, and link out to the related topics. Since the Documentation for playframework is new, you may need to create initial versions of those related topics.
Link to official documentation: https://www.playframework.com/documentation/2.5.x/ScalaWS
Official documentation Package documentation
You can use the play json package independently from Play by including
"com.typesafe.play" % "play-json_2.11" % "2.5.3"
in your build.sbt
, see
Play documentation: https://www.playframework.com/documentation/2.5.x/JavaJsonActions