Android.Util.JsonWriter.Lenient Property
Returns true if this writer has relaxed syntax rules.

Syntax

[get: Android.Runtime.Register("isLenient", "()Z", "GetIsLenientHandler")]
[set: Android.Runtime.Register("setLenient", "(Z)V", "GetSetLenient_ZHandler")]
public bool Lenient { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns true if this writer has relaxed syntax rules.

Set method documentation [Android Documentation]

Configure this writer to relax its syntax rules. By default, this writer only emits well-formed JSON as specified by . Setting the writer to lenient permits the following:

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11