Ask a question to get started
Enter to send•Shift+Enter new line
Unmarshal is similar to [encoding/json.Unmarshal] and parses the JSON-encoded.
func Unmarshal(raw []byte, to any) error
Unmarshal is similar to [encoding/json.Unmarshal] and parses the JSON-encoded data and stores it in the given pointer.
raw
[]byte
to
any