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 codea simple and fast parser for html
// reference test codea pretty print tool for print in console