How to remove backslash on json_encode() function?

json_encode($response, JSON_UNESCAPED_SLASHES);

Leave a Comment