Documentation

Json::Value::opIndex

Method in Value

Json::Value@ opIndex(const string&in)
Operator obj[x]
Returns Json::Value@
const Json::Value@ opIndex(const string&in) const
Operator obj[x]
Json::Value@ opIndex(int)
Operator obj[x]

int

Returns Json::Value@
const Json::Value@ opIndex(int) const
Operator obj[x]

int