MCPcopy
hub / github.com/google/gson / isHtmlSafe

Method isHtmlSafe

src/main/java/com/google/gson/stream/JsonWriter.java:216–218  ·  view source on GitHub ↗

Returns true if this writer writes JSON that's safe for inclusion in HTML and XML documents.

()

Source from the content-addressed store, hash-verified

214 * and XML documents.
215 */
216 public boolean isHtmlSafe() {
217 return htmlSafe;
218 }
219
220 /**
221 * Begins encoding a new array. Each call to this method must be paired with

Callers 2

toJsonMethod · 0.80

Calls

no outgoing calls

Tested by 1