Snippets tagged “json-unescaped-slashes”
1 snippet uses this tag.
- How to remove backslash on json_encode() function?PHP
You can use the JSON_UNESCAPED_SLASHES option in the json_encode() function to prevent backslashes from being added to the JSON string.