Skip to content

collection-json/collection-json.scala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/


Code examples will be made available in a while.

# Releases

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

## Sbt
    libraryDependencies += "net.hamnaberg.rest" %% "scala-json-collection" % "2.0.1"


## Maven


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

About

Scala version of the collection-json

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%