Support build flag go-json to replace default json #1982

Merged
lunny merged 6 commits from raizen666/xorm-raizen666:master into master 2021-07-19 04:49:51 +00:00
Showing only changes of commit 8ebe737012 - Show all commits

View File

@ -25,4 +25,4 @@ func (GOjson) Marshal(v interface{}) ([]byte, error) {
// Unmarshal implements JSONInterface
func (GOjson) Unmarshal(data []byte, v interface{}) error {
return gojson.Unmarshal(data, v)
}
}