mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 04:17:38 +03:00
9 lines
208 B
Go
9 lines
208 B
Go
//go:build go1.20 && !without_contextjson
|
|
|
|
package json
|
|
|
|
import (
|
|
json "github.com/sagernet/sing/common/json/internal/contextjson"
|
|
)
|
|
|
|
var UnmarshalDisallowUnknownFields = json.UnmarshalDisallowUnknownFields
|