JSON
包 encoding/json
包 json 实现了 Go
中 JSON 对象的编码和解码。
JSON 中的类型及其在 Go 中的相应具体类型是:
JSON 类型 | Go 类型 |
---|---|
boolean |
bool |
numbers |
float64 或 int |
string |
string |
null |
nill |
包 encoding/json
包 json 实现了 Go
中 JSON 对象的编码和解码。
JSON 中的类型及其在 Go 中的相应具体类型是:
JSON 类型 | Go 类型 |
---|---|
boolean |
bool |
numbers |
float64 或 int |
string |
string |
null |
nill |