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

Method isLenient

src/main/java/com/google/gson/stream/JsonReader.java:281–283  ·  view source on GitHub ↗

Returns true if this parser is liberal in what it accepts.

()

Source from the content-addressed store, hash-verified

279 * Returns true if this parser is liberal in what it accepts.
280 */
281 public boolean isLenient() {
282 return lenient;
283 }
284
285 /**
286 * Consumes the next token from the JSON stream and asserts that it is the

Callers 4

parseMethod · 0.45
toJsonMethod · 0.45
fromJsonMethod · 0.45

Calls

no outgoing calls

Tested by 1