Home | History | Annotate | Download | only in json

Lines Matching full:escaped

50 // The angle brackets "<" and ">" are escaped to "\u003c" and "\u003e"
52 // Ampersand "&" is also escaped to "\u0026" for the same reason.
331 // escapeHTML causes '<', '>', and '&' to be escaped in JSON strings.