Decode JSON into Elm

Make your Elm application communicate with servers or JavaScript components

Ratings 4.76 / 5.00
Decode JSON into Elm

What You Will Learn!

  • Decode JSON into Elm

Description

Any non-trivial Elm app will have a need to translate between JSON and Elm, as the Elm app communicates with JavaScript libraries through ports, or consumes JSON from a server API.

Elm has the important and somewhat intimidating concept of "decoders" that translate dynamically typed JSON into statically typed Elm values. This course will teach you to write your decoders and tackle many common decoding scenarios, including optional and nullable fields, decoding JSON into Elm union types, and decoding recursive structures.

Who Should Attend!

  • Web developers learning or using Elm

TAKE THIS COURSE

Tags

  • JSON
  • Elm (programming language)

Subscribers

64

Lectures

17

TAKE THIS COURSE



Related Courses