easyjson icon indicating copy to clipboard operation
easyjson copied to clipboard

Tolerant numbers or boolean where a string should be

Open alexec opened this issue 5 years ago • 0 comments

encoding/json seemed quite happy with an int in a boolean type, by easyjson will error. This forces me to change a lot of code. It is probably quite close to making easyjson unusable because the awesome performance benefit is outweighed be the cost.

Example of problems

https://github.com/argoproj/argo/pull/4189/files

alexec avatar Oct 07 '20 00:10 alexec