Skip to content

Step by step introduction to load and parse JSON data in Elm

License

Notifications You must be signed in to change notification settings

elmoin/how-to-load-parse-json-in-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Step by step introduction to load and parse JSON data in Elm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages