Sign in
go
/
tools
/
8d454fcd3096059f996b3f70b7d9c9e7deeb19a1
/
.
/
go
/
ssa
/
testdata
/
src
/
encoding
/
json
/
json.go
blob: 2080fc8cbd909775ca93ab8bc7aa23849c7ab898 [
file
]
package json
func Marshal(v any) ([]byte, error)
func Unmarshal(data []byte, v any) error