It has only to do with the act of correct observation, and by I mean a physical contact with all sorts of objects through all the senses

GO JSON 的序列化与反序列化

golang json marshal and unmarshal

在 Golang 中对于 json 的序列化和反序列化的控制大概有三种方式\n在默认的 JSON TAG 加上控制标签\n实现MarshalJSON() ([]byte, error)和UnmarshalJSON(b []byte) error 覆盖默认的 JSON 序列化和反序列化方法\n利用反射解析