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
Since we already include contents when read from String, it seems reasonable to do about the same for byte[] (assume UTF-8) and char[] sources.
But it'd also make sense to add a JsonParser.Feature to allow disabling inclusion of content, for security reasons.