package
0.0.0-20240627085529-3c531c578999
Repository: https://github.com/ct-zh/golearn.git
Documentation: pkg.go.dev

# Functions

JsonMapDecode 将 original 中的每一项解json 到target中 target必须为指向map[string]interface{}的指针,其中key必须是string类型,value可以是任意类型.