[]
Configurates JsonReviver. Sets a custom reviver function to use when parsing JSON values returned from the server.
public virtual TBuilder JsonReviver(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |