https://github.com/elm-community/json-extra
Convenience functions for working with Json.
https://github.com/elm-community/json-extra
Last synced: 12 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:32:38.000Z (over 3 years ago)
- Last Synced: 2025-05-07T06:56:23.056Z (about 1 year ago)
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/elm-community/json-extra/latest
- Size: 307 KB
- Stars: 38
- Watchers: 4
- Forks: 16
- Open Issues: 13
-
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
[](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.