many small tools in go
a json tool, and is wrapped standard lib, is easy to use
// parse json string to JSONObject
jsonStr := "..."
jsonObj := dson.ParseObject(jsonStr)
// reference test code
a simple and fast parser for html
// reference test code
a pretty print tool for print in console