Sign in
◑
Theme
go
/
tools
/
262e2bd92c4e592b527f8f73bf3c0c3b09c2db4d
/
.
/
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