Contents
Class JsonFormatter.JSONFilter
java.lang.Object
org.apache.juli.JsonFormatter.JSONFilter
- Enclosing class:
JsonFormatter
Provides escaping of values so they can be included in a JSON document.
Escaping is based on the definition of JSON found in
RFC 8259.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CharSequence
escape
(CharSequence input, int off, int length) Escape the given char sequence.static String
Escape the given string.