[3.1] Document Controller#json() helper #6425
Labels
actionable
Clear and specific issues ready for anyone to take them.
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
hasPR
A Pull Request has already been submitted for this issue.
Milestone
Thanks to @mcfedr, Symfony 3.1 comes with a sweet little
Controller#json()
helper to create a JsonResponse using the Symfony serializer (or just using the plain values). As we slowly start to show more and more how to use Symfony as an API server, I think it's worth documenting this method (especially in the Controller book chapter).Refs symfony/symfony#17642
The text was updated successfully, but these errors were encountered: