![License: MIT](https://camo.githubusercontent.com/31f595e4c7ddc146d596b411e51e94294f6a71b0db6f12a307d9e66738aaf308/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f77677265656e2e737667)
- play-json-tools - Set of implicit Play-JSON
Format
helper classes. Example in FlatFormatSpec
- play-json-generic - provides Format derivation for enum like adt's (sealed trait/case objects'). Examples in EnumerationDerivalSpec
- play-json-jsoniter - provides the fastest way to convert an instance of
play.api.libs.json.JsValue
to byte array and read it back.
resolvers += Resolver.bintrayRepo("evolutiongaming", "maven")
libraryDependencies += "com.evolutiongaming" %% "play-json-tools" % "0.7.0"
libraryDependencies += "com.evolutiongaming" %% "play-json-generic" % "0.7.0"
libraryDependencies += "com.evolutiongaming" %% "play-json-jsoniter" % "0.7.0"