Enum MissingMemberHandling
Specifies missing member handling options for the Json
Namespace: Bayat.Json
Assembly: Bayat.Json.Runtime.dll
Syntax
public enum MissingMemberHandling
Fields
| Name | Description |
|---|---|
| Error | Throw a Json |
| Ignore | Ignore a missing member and do not attempt to deserialize it. |