An open API service indexing awesome lists of open source software.

https://github.com/manzoor77/go-parse-json-request-body

parse json body request in go
https://github.com/manzoor77/go-parse-json-request-body

api go json jsonrequest parse parsejson

Last synced: 2 months ago
JSON representation

parse json body request in go

Awesome Lists containing this project

README

          

# 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
}