diff --git a/json.go b/json.go index eaaf671..e94178e 100644 --- a/json.go +++ b/json.go @@ -42,7 +42,7 @@ func (nj *NullJSON) Scan(value interface{}) error { if len(t) == 0 { res = NullType } else { - res = t + res = []byte(string(t)) } default: