isLenient
DEFAULT: true
If true, the characters ('\n', '\r', ' ', '\t') will be skipped over (i.e. allowed but ignored) during decoding operations. This is non-compliant with the Crockford spec.
If false, a MalformedEncodingException will be thrown.