in core/octclient.go [97:100]
func (*Octclient) ConvertJson(r *Results) (string, error) { jsonWithByte, err := json.MarshalIndent(r, "", " ") return string(jsonWithByte), err }