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

https://github.com/pauldijou/elm-jsparser


https://github.com/pauldijou/elm-jsparser

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# elm-jsparser

> Parse any JavaScript or JSON value into Elm types so you can pattern match them

## Usage

## Test

```bash
cd tests

-- First time only
yarn install
elm-install

-- Always
npm test
```