A value in a Json tree. Can be an array, object, or any other value.
Json::Value@ Value()
Json::Value@
Json::Value@ Value(const ?&in)
Json::Type GetType() const
Json::Type
Json::Value@ opIndex(const string&in)
const Json::Value@ opIndex(const string&in) const
const Json::Value@
Json::Value@ opIndex(int)
const Json::Value@ opIndex(int) const
string opImplConv() const
string
int opImplConv() const
int
float opImplConv() const
float
double opImplConv() const
double
bool opImplConv() const
bool
uint get_Length() const
uint
Json::Value@ opAssign(const Json::Value&in)
void Add(Json::Value@)
Json::Value@ Get(const string&in key)
const Json::Value@ Get(const string&in key) const
const Json::Value@ Get(const string&in key, const Json::Value&in def) const
bool HasKey(const string&in key) const
void Remove(int index)
void Remove(const string&in key)
string[]@ GetKeys() const
string[]@