Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```