[ja] apply patch
This commit is contained in:
@@ -89,6 +89,8 @@ JSON(Javascript Object Notation)は軽量なデータ記述言語です。
|
|||||||
fmt.Println(k, "is string", vv)
|
fmt.Println(k, "is string", vv)
|
||||||
case int:
|
case int:
|
||||||
fmt.Println(k, "is int", vv)
|
fmt.Println(k, "is int", vv)
|
||||||
|
case float64:
|
||||||
|
fmt.Println(k,"is float64",vv)
|
||||||
case []interface{}:
|
case []interface{}:
|
||||||
fmt.Println(k, "is an array:")
|
fmt.Println(k, "is an array:")
|
||||||
for i, u := range vv {
|
for i, u := range vv {
|
||||||
|
|||||||
Reference in New Issue
Block a user