mirror of
https://github.com/datarhei/core.git
synced 2025-10-07 08:51:04 +08:00
Use stdlib json encoder/decoder, goccy is too buggy
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
package json
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"io"
|
||||
|
||||
"github.com/goccy/go-json"
|
||||
)
|
||||
|
||||
type UnmarshalTypeError = json.UnmarshalTypeError
|
||||
|
Reference in New Issue
Block a user