[Unexcepted NonWhitespacing json data parse after line 1 to 28 ] 

You can checkout my repo
https://github.com/ali2210/HealthyTickets/blob/master/main.go



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/d25dfa3b-0c4f-4ea3-b2a7-f91b38b5eee9%40googlegroups.com.

Reply via email to