You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I want to use the json_encode option JSON_UNESCAPED_SLASHES. I noticed that Symfony\Component\HttpFoundation\JsonResponse doesn’t allow to change the json options.
Would you accept a PR which allows you to change the options?
I have a use case where I want to use the json_encode option
JSON_UNESCAPED_SLASHES
. I noticed that Symfony\Component\HttpFoundation\JsonResponse doesn’t allow to change the json options.Would you accept a PR which allows you to change the options?
I was thinking about something like
or
ping @igorw
The text was updated successfully, but these errors were encountered: