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
The bug is that "Format Json" is unescaping the escaped characters / and u**** in strings, instead of leaving them in the original escaped form.
The escaped characters \ plus ", , b, f, n, r, or t don't change. Maybe it is related to the fact that those characters need to be escaped too in c++, while / doesn't?
When I have
in a Notepad++ editor tab, select the text and apply menu Plugins - JSON Viewer - format JSON, the result is:
I am not sure if this is by design, but I surely surprised me.
If doesn't matter if the Encoding is set to ANSI or to UTF-8.
The text was updated successfully, but these errors were encountered: