This allows for better error messages when decoding fails. For example,
instead of:
{"code":"invalid_json","message":"unexpected end of JSON input"}
We now get:
{"code":"invalid_json","field":"manifest","message":"unexpected end of JSON input"}
|
||
|---|---|---|
| .. | ||
| apitypes.go | ||
| client.go | ||
| server.go | ||
| server_test.go | ||