Switch to faster json library go-json and sonic

Former-commit-id: ab9b4723f1dcf79fe5c073fff4d86f4f6969edfd
This commit is contained in:
Eric Coissac
2024-06-23 00:36:08 +02:00
parent 93f9dcb95f
commit c1f03cb1f6
9 changed files with 80 additions and 32 deletions

View File

@@ -3,7 +3,7 @@ package obiformats
import (
"bufio"
"bytes"
"encoding/json"
"github.com/goccy/go-json"
"io"
"os"
"strconv"