Orasund / elm-pen

generate your own elm modules
https://orasund.github.io/elm-pen/
1 stars 0 forks source link

Validate/Type check Json Structure #1

Closed Orasund closed 2 years ago

Orasund commented 2 years ago

Currently, if a field in the Json is missing or wrongly typed, the resulting error is just a mess.

Research

There are a few possible solutions to this problem:

Orasund commented 2 years ago

Implemented it using Json Schema