You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect it would be a breaking change to change toJson to do this, but perhaps there could be another function, toJsonRaw that does not perform this escaping.
The text was updated successfully, but these errors were encountered:
Currently, calling
toJson
on a string that contains<
or>
will escape them to\u003c
and\u003e
. I saw this solution on Stack Overflow:I suspect it would be a breaking change to change
toJson
to do this, but perhaps there could be another function,toJsonRaw
that does not perform this escaping.The text was updated successfully, but these errors were encountered: