IJSValueReader
Kind: interface
Properties
ValueType
readonly JSValueType ValueType
Methods
GetBoolean
bool GetBoolean()
GetDouble
double GetDouble()
GetInt64
int64_t GetInt64()
GetNextArrayItem
bool GetNextArrayItem()
GetNextObjectProperty
bool GetNextObjectProperty(out string propertyName)
GetString
string GetString()