json-iterator / go

A high-performance 100% compatible drop-in replacement of "encoding/json"
http://jsoniter.com/migrate-from-go-std.html
MIT License
13.33k stars 1.02k forks source link

map bool to string failed #673

Open justfunxin opened 1 year ago

justfunxin commented 1 year ago

when use RegisterFuzzyDecoders, map bool to string failed, message 'not number or string'

default while decode to 'true' or 'false'