Property CanRead
CanRead
Gets a value indicating whether this Newtonsoft.Json.JsonConverter can read JSON.
public override bool CanRead { get; }
Property Value
- bool
trueif this Newtonsoft.Json.JsonConverter can read JSON; otherwise,false.
Gets a value indicating whether this Newtonsoft.Json.JsonConverter can read JSON.
public override bool CanRead { get; }
true if this Newtonsoft.Json.JsonConverter can read JSON; otherwise, false.