Package org.apache.tomcat.util.json
Class JSONFilter
- java.lang.Object
- 
- org.apache.tomcat.util.json.JSONFilter
 
- 
 public class JSONFilter extends java.lang.ObjectProvides 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 SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringescape(java.lang.String input)
 
-