(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
@@ -1,7 +1,7 @@
package subscriptions
import (
"encoding/json"
"encoding/json/v2"
"net/url"
"strings"
"sync"
+1 -1
View File
@@ -1,7 +1,7 @@
package subscriptions_test
import (
"encoding/json"
"encoding/json/v2"
"strings"
"sync"
"testing"