hossein1376 / grape

Modern, zero-dependency HTTP library for Go
https://pkg.go.dev/github.com/hossein1376/grape
MIT License
149 stars 5 forks source link

readJson function #9

Open mybigman opened 3 days ago

mybigman commented 3 days ago

You should check the "content-type" header first up to ensure its "application/json" and if not return early.

hossein1376 commented 1 day ago

Sound like a great idea. Will add it asap