IJsonToken Interface |
Namespace: Couchbase.Core.IO.Serializers
public interface IJsonToken
The IJsonToken type exposes the following members.
| Name | Description | |
|---|---|---|
| Item |
Gets the value of a particular attribute of this token.
Returns null if the attribute is not found.
|
| Name | Description | |
|---|---|---|
| ToDynamic |
Returns a dynamic object representing the current token.
| |
| ToObjectT |
Deserializes the token to an object.
| |
| ValueT |
Returns the token cast as a particular type, such as a string or integer.
|