CheckAdditionalContent Property

Json.NET

Json.NET - Quick Starts & API Documentation CheckAdditionalContent Property
NamespacesNewtonsoft.JsonJsonSerializerCheckAdditionalContent
Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
Declaration Syntax
C# Visual Basic Visual C++
public virtual bool CheckAdditionalContent { get; set; }
Public Overridable Property CheckAdditionalContent As Boolean
	Get
	Set
public:
virtual property bool CheckAdditionalContent {
	bool get ();
	void set (bool value);
}
Value
true if there will be a check for additional JSON content after deserializing an object; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)