Decode a List of Numbers From a JSON String in Elm

InstructorMurphy Randle

Share this video with your friends

Send Tweet

Decoding JSON strings in Elm is a 2-step process:

  1. Create a "recipe" for the decoding
  2. Perform the decoding

This lesson gives a couple basic examples of the two steps in action.