https://github.com/alunduil/collection-json.hs
Collection+JSON Tools for Haskell
https://github.com/alunduil/collection-json.hs
collection-json haskell haskell-library hypermedia
Last synced: 2 months ago
JSON representation
Collection+JSON Tools for Haskell
- Host: GitHub
- URL: https://github.com/alunduil/collection-json.hs
- Owner: alunduil
- License: mit
- Created: 2017-08-03T22:33:15.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-02-22T16:01:35.000Z (over 6 years ago)
- Last Synced: 2024-04-26T19:22:10.230Z (about 1 year ago)
- Topics: collection-json, haskell, haskell-library, hypermedia
- Language: Haskell
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Description
[Collection+JSON] Tools
Types, classes, and functions for using the
[Collection+JSON—Hypermedia Type][Collection+JSON] in [Haskell].I am providing code in the repository to you under an open source license.
Because this is my personal repository, the license you receive to my code is
from me and not my employer (Facebook).# Getting Started
Documentation is available on [Hackage] and information about
`application/vnd.collection+json` can be found at
.# Reporting Issues
Any issues discovered should be recorded on [github][issues]. If you believe
you've found an error or have a suggestion for a new feature; please, ensure
that it is reported.If you would like to contribute a fix or new feature; please, submit a pull
request. This project follows [git flow] and utilizes [travis] to automatically
check pull requests before a manual review.# Contributors
The `COPYRIGHT` file contains a list of contributors with their respective
copyrights and other information. If you submit a pull request and would like
attribution; please, add yourself to the `COPYRIGHT` file.[Collection+JSON]: http://amundsen.com/media-types/collection/
[git flow]: http://nvie.com/posts/a-successful-git-branching-model/
[Hackage]: https://hackage.haskell.org/package/collection-json
[Haskell]: https://www.haskell.org/
[issues]: https://github.com/alunduil/collection-json.hs/issues
[travis]: https://travis-ci.org/alunduil/collection-json.hs