bytedance / sonic

A blazingly fast JSON serializing & deserializing library
Apache License 2.0
6.59k stars 327 forks source link

can sonic support fuzzy decode like jsonitor #613

Open ymj4023 opened 3 months ago

AsterDY commented 3 months ago

what is 'fuzzy decoder'?

ymj4023 commented 3 months ago

like https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder.go

AsterDY commented 3 months ago

Need to implement RegisterTypeCodec first, But at present, there doesn't seem to be enough demand to make it