文件名称:go-prettyjson:Golang的JSON漂亮打印
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-17 08:45:54
Go
prettyjson Golang的JSON精美打印。 例子 v := map [ string ] interface {}{ "str" : "foo" , "num" : 100 , "bool" : false , "null" : nil , "array" : [] string { "foo" , "bar" , "baz" }, "map" : map [ string ] interface {}{ "foo" : "bar" , }, } s , _ := prettyjson . Marshal ( v ) fmt . Println ( string ( s )) 执照 麻省理工学院
【文件预览】:
go-prettyjson-master
----prettyjson.go(5KB)
----prettyjson_test.go(4KB)
----LICENSE(1KB)
----_example()
--------pretty.go(342B)
--------custom_style.go(505B)
--------window.go(407B)
--------oneline.go(393B)
--------disable_color.go(387B)
--------format.go(163B)
----README.md(389B)
----.gitignore(266B)