Sign in
go
/
tools
/
94ac686dafcbb8e58ccf13f5326bb7b4153fe867
/
.
/
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