eeue56/json-to-elm

list types decoder generation gets confused

JosephShering opened this issue · 0 comments

{
    "data": [
        { "image_url": "https://test.com" },
        { "image_url": "Up" }
    ]
}

Causes it to generate complex type.