Sign in
go
/
tools.git
/
574fb48760da34e7d8def86f5abe29cbc2a916a1
/
.
/
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