Configure this parser to be be liberal in what it accepts. By default, this parser is strict and only accepts JSON as specified by RFC 4627 . Setting the parser to lenient causes it to ignore the following syntax errors: Streams that star
(boolean lenient)
| 272 | * </ul> |
| 273 | */ |
| 274 | public void setLenient(boolean lenient) { |
| 275 | this.lenient = lenient; |
| 276 | } |
| 277 | |
| 278 | /** |
| 279 | * Returns true if this parser is liberal in what it accepts. |
no outgoing calls