Interface IJsonValue
This interface encapsulates a JSON value.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IJsonValue
Properties
DataType
Type of the JSON object.
Declaration
JsonDataType DataType { get; }
Property Value
Type | Description |
---|---|
JsonDataType | Type of the JSON object. |
Value
Value of the object.
Declaration
object Value { get; }
Property Value
Type | Description |
---|---|
System.Object | Value of the object. |