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
- Host: GitHub
- URL: https://github.com/manzoor77/go-parse-json-request-body
- Owner: manzoor77
- Created: 2022-10-27T10:44:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T11:55:55.000Z (over 3 years ago)
- Last Synced: 2024-06-21T16:43:13.843Z (about 2 years ago)
- Topics: api, go, json, jsonrequest, parse, parsejson
- Language: Go
- Homepage:
- Size: 3.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}