Skip to content

v4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 16:06
· 10 commits to master since this release
88088fd

Type ambiguity due to quoteless strings can now be avoided by using typed destinations when unmarshalling. A string destination will receive a string even if the quoteless string also was a valid number, boolean or null. Previously an error would have been returned, for example "cannot unmarshal number into Go value of type string".

Tested on Go 1.11 - 1.19