DirtyBongWater
❔ How can I deal with '+' deserializing to \u002B when de-serializing json back to a string?
How can I deal with '+' deserializing to \u002B when de-serializing json back to a string? I know I could just do a replace, but there must be a more elegant solution right? Since \u002B is not equal to '+' when comparing the strings.
5 replies