文件名称:whatever:无论是具有 Params 类型的 Go 包,还是在 map[string]interface{} 之上的一些有用的方法
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-05 23:32:37
Go
任何 包装无论是转到包,出口与一些有用的方法之上型PARAMS map[string]interface{} 例子 新的来自JSON import ( "fmt" "github.com/ndyakov/whatever" ) var body = [] byte ( ` { "int": -10, "string": "test", "time": "2015-02-20T21:22:23.24Z", "nestedParams": { "arrayStrings": ["one","two","three"], "arrayInts": [1,2,3,4], } } ` ) func main () { p := whatever . NewFromJSON ( body ) fmt . Println ( p . GetInt
【文件预览】:
whatever-master
----doc.go(941B)
----.travis.yml(288B)
----params_test.go(15KB)
----LICENSE(1KB)
----params.go(12KB)
----README.md(6KB)