(experimental) upgraded to encoding/json/v2

This commit is contained in:
Gani Georgiev
2026-08-18 18:16:22 +03:00
parent 4d4275c9aa
commit 97dd775455
125 changed files with 433 additions and 364 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"crypto/elliptic"
"crypto/rand"
"crypto/x509"
"encoding/json"
"encoding/json/v2"
"encoding/pem"
"testing"
+1 -1
View File
@@ -2,7 +2,7 @@ package forms_test
import (
"bytes"
"encoding/json"
"encoding/json/v2"
"errors"
"maps"
"os"