Use stdlib json encoder/decoder, goccy is too buggy

This commit is contained in:
Ingo Oppermann
2024-10-09 10:50:04 +02:00
parent 1e9f7f647a
commit 4d6eb122b0
2 changed files with 2 additions and 3 deletions

View File

@@ -2,10 +2,9 @@
package json
import (
"encoding/json"
"fmt"
"io"
"github.com/goccy/go-json"
)
type UnmarshalTypeError = json.UnmarshalTypeError