JsonNet35BinaryCompatibility Property

Json.NET

Json.NET - Quick Starts & API Documentation JsonNet35BinaryCompatibility Property
NamespacesNewtonsoft.Json.BsonBsonReaderJsonNet35BinaryCompatibility
Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
Declaration Syntax
C# Visual Basic Visual C++
public bool JsonNet35BinaryCompatibility { get; set; }
Public Property JsonNet35BinaryCompatibility As Boolean
	Get
	Set
public:
property bool JsonNet35BinaryCompatibility {
	bool get ();
	void set (bool value);
}
Value
true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)