hamnis / scala-collection-json   2.0.1

Apache License 2.0 GitHub

Scala version of the collection-json

Scala versions: 2.12 2.11 2.10

Implementation of Collection+JSON

http://amundsen.com/media-types/collection/format/

Examples of media type in use can be found here:

http://amundsen.com/media-types/collection/examples/

Releases

Releases are pushed to oss.sonatype.org which again syncs with maven central.

Sbt

libraryDependencies += "net.hamnaberg.rest" %% "scala-json-collection" % "2.3"

Maven

<dependency>
    <groupId>net.hamnaberg.rest</groupId>
    <artifactId>scala-json-collection_${scalaVersion}</artifactId>
    <version>2.3</version>
</dependency>