go

unmarshal generic json in Go

英文: unmarshal generic json in Go 问题 我是一个新的Go程序员(来自Java),我想要在Go中复现一种通用的简单使用的方式。 我想要创建一些函数,允许我对JSON字符串...