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
Besides UTF-8, Jackson supports UTF-16 and UTF-32, but because neither are present in Jackson's JsonEncoding enum, we treat them like any other encoding, and convert them using an InputStreamReader. This should be fixed.