I am using golang with beego framework and I have problem with serving strings as json.
EventsByTimeRange returns a string value in json format
this.Data["json"] = dao.EventsByTimeRange(request) // this -> beego controller
this.ServeJson()
"{\"key1\":0,\"key2\":0}"
How can I get rid of quotation marks?