摘要: 目录JSON序列化(Marshaling)JSON反序列化(Unmarshaling)错误处理和注意事项 在Go语言(通常被称为Golang)中,JSON(JavaScript Object Notation)是一种常用的数据交换格式。Go标准库提供了encoding/json包,使得JSON的序列 阅读全文
posted @ 2024-04-12 08:30 guanyubo 阅读(1433) 评论(0) 推荐(0)