How to remove the (\\)backslash on a string? when using echo json_encode() ?
(\\)
echo json_encode()
For example:
json_encode($response, JSON_UNESCAPED_SLASHES);