Improve indication of "source reference" in JsonLocation
wrt byte[]
,char[]
#356
Milestone
JsonLocation
wrt byte[]
,char[]
#356
(note: inspired by #343)
Since we already include contents when read from
String
, it seems reasonable to do about the same forbyte[]
(assume UTF-8) andchar[]
sources.But it'd also make sense to add a
JsonParser.Feature
to allow disabling inclusion of content, for security reasons.The text was updated successfully, but these errors were encountered: