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
Use json_encode with option JSON_UNESCAPED_SLASHES
When encoding JSON, use option JSON_UNESCAPED_SLASHES which allows to
disable a non-standard unnecessary over-encoding of '/' as '\/' by json_encode.
This option of json_encode is available on PHP 5.4+.
0 commit comments