Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elm-community/json-extra
Convenience functions for working with Json.
https://github.com/elm-community/json-extra
Last synced: 4 days ago
JSON representation
Convenience functions for working with Json.
- Host: GitHub
- URL: https://github.com/elm-community/json-extra
- Owner: elm-community
- License: mit
- Created: 2016-06-08T01:32:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:32:38.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T22:20:33.802Z (7 months ago)
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/elm-community/json-extra/latest
- Size: 307 KB
- Stars: 34
- Watchers: 6
- Forks: 16
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - elm-community/json-extra - Convenience functions for working with Json. (Elm)
README
[![Build Status](https://travis-ci.org/elm-community/json-extra.svg?branch=master)](https://travis-ci.org/elm-community/json-extra)
# json-extra
```
elm install elm-community/json-extra
```Convenience functions for working with JSON. Decoders in this package cover
reasonably common, and slightly less common use-cases you may encounter when
working with JSON in Elm.## Contributing
Contributions are always welcome. Before opening a PR, it's generally a good
idea to open an issue first, so we can discuss the use-cases before diving into
the code.## Upgrading to Elm 0.19
`date` is now `datetime` and only sucessfully decodes strings in Iso 8601 format.