Replacing escape characters

Hi,
I want to String.replace(string, "\", "") a string that looks like this "{\"year\":\"2020\",\"p\":\"1002\"}" but it doesnt work.
How can I remove the \ character from this string.