iyaozhen

Results 6 comments of iyaozhen

Because client request is another user, I cant not control It,But as a server we will compatible it.

支持双语。学习英语的好机会呀。

相同的问题,json-iterator 怎么能new一个局部实例然后再RegisterTypeDecoderFunc使用呢,这样就不影响他人了

@hiscaler @mjscjj 我解决了,使用 RegisterExtension 还有一个点就是需要重新定义一个config,这样只这个config生效 ```Go type customNumberExtension struct { jsoniter.DummyExtension } func (cne *customNumberExtension) CreateDecoder(typ reflect2.Type) jsoniter.ValDecoder { if typ.String() == "interface {}" { return &numberValDecoder{} } return nil...

> I suppose `do.InvokeNamed()` should be able to skip the type check when the type is `any` ? I think this is a good solution.