I have such a string which is gotten from a file:
'{"aaa":"sssbbb"}'
I need to delete everything after the backslash (including the backslash) till the first "
, respectively till the end of current value.
I can’t really parse this and can’t really string replace the backslash with anything else.