Json格式校验 The JSON View package is a set of 3 viewers available in the following flavors: 1) A standalone viewer - JsonView.exe 2) A plugin for Fiddler 2 (http://www.fiddler2.com/) - FiddlerJsonViewer.dll 3) A visualizer for Viusal Studio 2005 - Json
配置
Go的一个小型配置库,该库可以解析环境变量,JSON文件,并自动在SIGHUP上重新加载。
例
func main () {
c := config . New ( "config.json" )
http . HandleFunc ( "/" , func ( w http. ResponseWriter , r * http. Request ) {
var value string
c . Get ( "value" , & value )
fmt . Fprint