package
0.0.0-20240826130101-256bcdb5d6a2
Repository: https://github.com/3th1nk/easygo.git
Documentation: pkg.go.dev

# README

对 json-iterator 的封装

  • 默认开启 “弱类型解析”
    • 比如一个字段声明的是 Id int,但 json 字符串中格式为 "id": "123",仍然能够成功的将其解析为 Id=int(123)。其他类型同理。
  • 针对常用的场景,对函数做了封装