ValueOrValueSourceJsonConverter Properties

Properties

CanRead Indicates whether the converter can parse json.
(Overrides JsonConverter.CanRead)
CanWrite Indicates whether the converter can write (serialize) an object to json.
(Overrides JsonConverter.CanWrite)

See Also