https://github.com/alunduil/network-uri-json
FromJSON and ToJSON Instances for Network.URI
https://github.com/alunduil/network-uri-json
haskell haskell-library json network-uri uri
Last synced: about 1 year ago
JSON representation
FromJSON and ToJSON Instances for Network.URI
- Host: GitHub
- URL: https://github.com/alunduil/network-uri-json
- Owner: alunduil
- License: mit
- Created: 2017-11-11T00:22:22.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2020-08-27T14:56:50.000Z (almost 6 years ago)
- Last Synced: 2025-06-27T15:08:30.034Z (about 1 year ago)
- Topics: haskell, haskell-library, json, network-uri, uri
- Language: Nix
- Size: 49.8 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Description
[FromJSON] and [ToJSON] Instances for [Network.URI][network-uri]
# Getting Started
Documentation is available on [Hackage]. A beginner's guide to
[Data.Aeson][aeson] is .
# 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.
[aeson]: https://hackage.haskell.org/package/aeson
[FromJSON]: https://hackage.haskell.org/package/aeson/docs/Data-Aeson.html#t:FromJSON
[git flow]: http://nvie.com/posts/a-successful-git-branching-model/
[Hackage]: https://hackage.haskell.org/package/network-uri-json
[Haskell]: https://www.haskell.org/
[issues]: https://github.com/alunduil/network-uri-json/issues
[network-uri]: https://hackage.haskell.org/package/network-uri
[ToJSON]: https://hackage.haskell.org/package/aeson/docs/Data-Aeson.html#t:ToJSON
[travis]: https://travis-ci.org/alunduil/network-uri-json