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
Currently a leading snippet of contents parsed is included in JsonLocation description; all characters are just included as-is. But it would make sense to ensure that non-printable characters (control characters in particular) are escaped and not just printed out, as these descriptions are often simply printed out as-is into application logs and control characters (like linefeeds, tabs) may be problematic in such cases.