Encoder = JavaScriptEncoder.UnsafeRelaxedJsonEscaping set in the JsonSerializerOptions passed to the JsonSerializer.Deserialize call, the input is escaped:Regex.Unescape to reverse it, but it does not seem to work, possibly because of the missing backslash in front of u002B. How can I obtain the input exactly as given?