Skip to content

Commit 4634288

Browse files
committed
Merge pull request astaxie#193 from liusongsen/patch-3
{"Name":"Wednesday","Age":6,"Parents":["Gomez","Morticia"]}
2 parents ffd8a85 + 11d2597 commit 4634288

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ebook/07.2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ JSON(Javascript Object Notation)是一种轻量级的数据交换语言,
8888
fmt.Println(k, "is string", vv)
8989
case int:
9090
fmt.Println(k, "is int", vv)
91+
case float64:
92+
fmt.Println(k,"is float64",vv)
9193
case []interface{}:
9294
fmt.Println(k, "is an array:")
9395
for i, u := range vv {

0 commit comments

Comments
 (0)