The following examples can be tested on https://ellie-app.com/m9vmQ8NcMc/0.
import Html exposing (..)
import Json.Decode
payload =
"""
[ { "bark": true, "tag": "dog", "name": "Zap", "playful": true }
, { "w...