Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 239 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 239 Bytes

Json Decode Middleware

Simple PSR-15 middleware, which decodes JSON body of a PSR-7 Server Request, if it has a Content-Type: application/json header, into array, which you can obtain via getParsedBody() call on the Server Request.