The value in the json data contains\ "how to deal with it? how to replace it with a space?"

the value in json data contains "what should I do? replace it with a space?

str ="{"a": "123\" 456 "}"

Jun.10,2021

var newStr = str.a.replace('"', ' ')
Menu