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

https://github.com/karantan/elm-json

Examples how to do JSON encoding and decoding
https://github.com/karantan/elm-json

Last synced: about 2 months ago
JSON representation

Examples how to do JSON encoding and decoding

Awesome Lists containing this project

README

        

# elm-json
Examples how to do JSON encoding and decoding

## Usage

Run `elm reactor` and open `src/Main.elm` file. You will see the result of all the
encoding and decoding done in this file.

Reading material:
- https://guide.elm-lang.org/effects/json.html
- https://elmprogramming.com/decoding-json-part-1.html
- https://github.com/NoRedInk/elm-json-decode-pipeline
- https://package.elm-lang.org/packages/elm/json/1.1.3/
- http://elm-bootstrap.info/