Android.Util.MalformedJsonException Class
Thrown when a reader encounters malformed JSON.

See Also: MalformedJsonException Members

Syntax

[Android.Runtime.Register("android/util/MalformedJsonException", DoNotGenerateAcw=true)]
public sealed class MalformedJsonException : Java.IO.IOException

Remarks

Thrown when a reader encounters malformed JSON. Some syntax errors can be ignored by calling JsonReader.Lenient.

[Android Documentation]

Requirements

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