Hi Folks,
In unmarshaling json, I like to retain the unknown fields as
json.RawMessage and just decode the known fields. Is it possible through
json tag?
type Decode struct {
Etag string `json:"etag"`
ContentLength int `json:"contentLength"`
UnknownFields *json.RawMessage
}
-Kar
Hi Folks,
I am looking for a library which can be integrated with backend server
written in Go to handle push notification to mobile devices. Can you folks
share your experience on available options for Go?
-Karthik
--
You received this message because you are subscribed to the Google Groups