Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 671 Bytes

README.md

File metadata and controls

54 lines (26 loc) · 671 Bytes

How to load and parse JSON?

Sources of talk at Elmoin Meetup September 20016

Step 0

Empty project (branch step-0)

Step 1

Create Models (branch step-1)

Step 2

Define Decoders (branch step-2)

Step 3

Load Data (branch step-3)

Step 4

Show data in view (branch step-4)

Step 5

Decode nested values (branch step-5)

Step 6

Using elm-decode-pipeline (branch step-6)

Installation

git clone github.com/elmoin/how-to-load-parse-json-in-elm
cd how-to-load-parse-json-in-elm
npm i
npm start

Open http://localhost:3333

License

MIT