Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eeue56/elm-debug-json-view
A package for debugging a decoders with Json in Elm
https://github.com/eeue56/elm-debug-json-view
Last synced: about 1 month ago
JSON representation
A package for debugging a decoders with Json in Elm
- Host: GitHub
- URL: https://github.com/eeue56/elm-debug-json-view
- Owner: eeue56
- License: bsd-3-clause
- Created: 2017-08-01T13:50:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T15:29:13.000Z (over 7 years ago)
- Last Synced: 2024-05-21T12:33:36.935Z (8 months ago)
- Language: Elm
- Size: 4.88 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-debug-json-view
A package for debugging a decoders with Json in Elm.This package is intended for use during development, to allow you to easily test multiple URLs against a decoder.
It provides you with some useful error info, and a break down of what went wrong.
Highlighting is provided via elm-markdown and highlight.js.
## Install
```
elm-package install --yes eeue56/elm-debug-json-view
```