IValueProvider public interface IValueProvider Documentation Code namespace Newtonsoft.Json.Serialization { public interface IValueProvider { void SetValue(object target, object value); object GetValue(object target); } }