go

How do I parse JSON in golang?

英文: How do I parse JSON in golang? 问题 我尝试在golang中解析JSON,但似乎没有起作用。我得到的输出是0,而不是1。我做错了什么? package main ...