I try On Tuesday, April 28, 2020 at 1:53:38 PM UTC+5, Ali Hassan wrote: > > [image: Capture.JPG] > > Data : TYPE OF Json > > > > var member Member // struct where json > data, err :=json.Marshall(member); if err != nil{ fmt.Printf("Error %s", > err)} > fmt.Printf("Data", data) > > err = json.NewDecoder(request.Body).Decode(&member); if err != nil {fmt. > Printf("Error %s",err) // this is print "EOF"} > > unexpected non whitespaceing json parse data 1 to colummn 28 > > > >
-- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/6f4910f9-3005-4128-95e3-69573a6aef67%40googlegroups.com.