项目作者: aparo

项目描述 :
Play Json Extra extends Play Json with several opinionated features
高级语言: Scala
项目地址: git://github.com/aparo/play-json-extra.git
创建时间: 2015-08-11T11:57:45Z
项目社区:https://github.com/aparo/play-json-extra

开源协议:Apache License 2.0

下载


play-json-extra

I love working in Scala and ScalaJS. This library is my opinionated wrapper of several libraries merged to
efficiently working in JSON word.

Main Features are:

  • Play JSON for ScalaJS
  • JsonFormat macro annotation for lazy people
  • Default field values populated in missing JSON field
  • Field rewrite for Play JSON (“key”)
  • +22 field case class formatter and more Play Json Extension
  • Joda Datetime for Scala and ScalaJS
  • Strong Typed Enum (String and Int) for Scala and ScalaJS
  • Variant Types

Full Documentation here.

Installing

For the stable version (to be release):

  1. resolvers += "Sonatype releases" at "https://oss.sonatype.org/content/repositories/releases"
  2. libraryDependencies += "io.megl" %% "play-json-extra" % "2.4.3"

For the snapshot version:

  1. resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"
  2. libraryDependencies += "io.megl" %% "play-json-extra" % "2.4.3-SNAPSHOT"

play-json-extra requires scala 2.11.x

Documentation

Full Documentation here.

Thanks

Thank you very much to: