-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[3.1] Document Controller#json() helper #6425
Copy link
Copy link
Closed
Labels
actionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)hasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
Milestone
Metadata
Metadata
Assignees
Labels
actionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)hasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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