@ -33,6 +33,10 @@ func init() {
type ownJSON struct {
}
func (oj *ownJSON) Unmarshal(byteData []byte, receiver any) error {
return oj.UnmarshalWithNumber(byteData, receiver)
// UnmarshalWithNumber 解析json
//
// Author : go_developer@163.com<白茶清欢>
The note is not visible to the blocked user.