slimphp / Slim-Website

Slim Framework website for GitHub Pages
http://slimframework.com
127 stars 336 forks source link

Please bring back withJson in v4 #448

Closed kgrosvenor closed 5 years ago

kgrosvenor commented 5 years ago

Hey guys, i'm happy V4 of slim is out, but one thing i am not quite so sure on is the new method for returning JSON, it is much more code then in previous versions of slim, may i ask why it's been removed, and if there is any plan to add it back - it was such a great method.

l0gicgate commented 5 years ago

Slim V4 is PSR-7 agnostic. You can use the decorator repo we provide with your PSR-7 implementation if you want this functionality back.

https://github.com/slimphp/Slim-Http

kgrosvenor commented 4 years ago

Will have a look, thank you 💯