plokhotnyuk / play-json-tools

Play-Json helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Play Json tools

Build Status Coverage Status Codacy Badge Version License: MIT

  1. play-json-tools - Set of implicit Play-JSON Format helper classes. Example in FlatFormatSpec
  2. play-json-generic - provides Format derivation for enum like adt's (sealed trait/case objects'). Examples in EnumerationDerivalSpec
  3. play-json-jsoniter - provides the fastest way to convert an instance of play.api.libs.json.JsValue to byte array and read it back.

Setup

addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")

libraryDependencies += "com.evolutiongaming" %% "play-json-tools"   % "0.9.0"
libraryDependencies += "com.evolutiongaming" %% "play-json-generic" % "0.9.0"
libraryDependencies += "com.evolutiongaming" %% "play-json-jsoniter" % "0.9.0"

About

Play-Json helpers

License:MIT License


Languages

Language:Scala 100.0%