We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffd8a85 + 11d2597 commit 4634288Copy full SHA for 4634288
ebook/07.2.md
@@ -88,6 +88,8 @@ JSON(Javascript Object Notation)是一种轻量级的数据交换语言,
88
fmt.Println(k, "is string", vv)
89
case int:
90
fmt.Println(k, "is int", vv)
91
+ case float64:
92
+ fmt.Println(k,"is float64",vv)
93
case []interface{}:
94
fmt.Println(k, "is an array:")
95
for i, u := range vv {
0 commit comments