scalapb-json4s
scalapb-json4s copied to clipboard
Add field name to error when failing to parse a field of type Message
We are missing a way to understand what is failing when converting json to proto. This PR updates the error with the proto field name for the field that cannot be parsed, and the descriptor full name of the message type that is expected.
Hi @thesamet Do you think this PR is ok for review?