Currently yesod-core is using Aeson.fromJSON to parse JSON values from Http requests.
Currently fromJSON do not provide any information on the path of a parsing error, when that happens.
IMHO, it would be interesting to use ifromJSON or any similar function which actually keeps track of the path of parsing errors.
Currently
yesod-coreis usingAeson.fromJSONto parse JSON values from Http requests.Currently
fromJSONdo not provide any information on the path of a parsing error, when that happens.IMHO, it would be interesting to use
ifromJSONor any similar function which actually keeps track of the path of parsing errors.