UnionConverter.

CanRead Property

Summary

Gets a value indicating whether this Newtonsoft.Json.JsonConverter can read JSON.

Syntax

public override bool CanRead { get; }

Value

Type Description
bool true if this Newtonsoft.Json.JsonConverter can read JSON; otherwise, false.