ValueOrValueSourceJsonConverterReadJson Method
            
            Reads the JSON representation of the object.
            
            
            
              Namespace: MFiles.VAF.Configuration.DomainAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public override Object ReadJson(
	JsonReader reader,
	Type objectType,
	Object existingValue,
	JsonSerializer serializer
)
- reader  JsonReader
- The JsonReader to read from.
- objectType  Type
- Type of the object.
- existingValue  Object
- The existing value of object being read.
- serializer  JsonSerializer
- The calling serializer.
ObjectNA - Not implemented.