go

Unmarshaling json in Go: required field?

英文: Unmarshaling json in Go: required field? 问题 在使用Go解析JSON输入时,如果找不到字段,是否可能生成错误?我在文档中找不到相关信息。是否有任何标签...