gotools/go/ssa/testdata/src/encoding/json/json.go

package json

func Marshal(v any) ([]byte, error)
func Unmarshal(data []byte, v any) error