feat: implement core backend architecture and project management services for the History API
Build and Release / release (push) Successful in 1m33s
Build and Release / release (push) Successful in 1m33s
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package jsonx
|
||||
|
||||
import "github.com/bytedance/sonic"
|
||||
|
||||
func Marshal(v any) ([]byte, error) {
|
||||
return sonic.Marshal(v)
|
||||
}
|
||||
|
||||
func Unmarshal(data []byte, v any) error {
|
||||
return sonic.Unmarshal(data, v)
|
||||
}
|
||||
Reference in New Issue
Block a user