orjan / json-collection

Implementation of Collection+JSON media type

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of Collection+JSON

Format

Examples of media type in use can be found here

Maven coordinates

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

<dependency>
    <groupId>net.hamnaberg.rest</groupId>
    <artifactId>json-collection</artifactId>
    <version>3.0</version>
</dependency>

Example using Apache HTTPClient

https://gist.github.com/hamnis/5642915

About

Implementation of Collection+JSON media type

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

License:Apache License 2.0