Returns true if this parser is liberal in what it accepts.
()
| 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 |
no outgoing calls