[]
Gets or sets a custom reviver function to use when parsing JSON values returned from the server.
[JsonConverter(typeof(FunctionConverter))]
public virtual string JsonReviver { get; set; }
<JsonConverter(GetType(FunctionConverter))>
Public Overridable Property JsonReviver As String