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
For situations such as a StringBuilder or StringBuffer it could also have the option to not create a new instance and edit in place to avoid GC churn related to String creation.
The text was updated successfully, but these errors were encountered:
So other JSON parsing libraries can be used support sanitisation of both whole JSON and individual values via
java.lang.CharSequence
.Examples:
For situations such as a
StringBuilder
orStringBuffer
it could also have the option to not create a new instance and edit in place to avoid GC churn related toString
creation.The text was updated successfully, but these errors were encountered: