manzoor77 / go-parse-json-request-body

parse json body request in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-parse-json-request-body

go build main.go

go run main.go

For test in Postman

http://localhost:4000/person/create

Body:

Method Type: Post

{ "name":"Muhammad Manzoor Faisal", "age":25 }

About

parse json body request in go


Languages

Language:Go 100.0%