Sign in
go
/
tools
/
4a264773f4ed8f75534b9f5e3df6618b398fc4cd
/
.
/
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