CsdlJsonReaderSettings.IgnoreUnexpectedJsonElements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets/sets a boolean value indicating whether ignore the unexpected JSON elements. By default, it's true.
public bool IgnoreUnexpectedJsonElements { get; set; }
member this.IgnoreUnexpectedJsonElements : bool with get, set
Public Property IgnoreUnexpectedJsonElements As Boolean