Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
bool | bool hasAllKeys() | ||||
string | string name() | ||||
Json[string] | Json[string] getMap() | ||||
IData | IData data(string key) | ||||
void | void opAssign(string newValue) | ||||
bool | bool initialize(Json[string] initData = null) | ||||
bool | bool hasData(IData[] data, bool deepSearch = false) | ||||
long | long getLong() | ||||
bool | bool isEmpty() | ||||
size_t | size_t length() | ||||
IData | IData clone() | ||||
IData | IData create() | ||||
void | void opAssign(long newValue) | ||||
void | void fromString(string[string] newValue, bool shouldOverwrite = true) | ||||
void | void opAssign(Json newValue) | ||||
bool | bool hasPath(string path, string separator = "/") | ||||
bool | bool hasPaths(string[] paths, string separator = "/") | ||||
bool | bool isNull() | ||||
Json | Json getJson(string key) | ||||
Json | Json toJson(string[] selectedKeys = null) | ||||
void | void fromJson(Json newValue, bool shouldOverwrite = true) | ||||
void | void opAssign(bool newValue) | ||||
double | double getDouble() | ||||
Json | Json getJson() | ||||
IData[string] | IData[string] data(string[] keys) | ||||
string | string getString() | ||||
string | string toString() | ||||
void | void opAssign(Json[] newValue) | ||||
string[] | string[] keys() | ||||
void | void opAssign(double newValue) | ||||
bool | bool getBoolean() | ||||
void | void isNull(bool status) | ||||
UUID | UUID getUUID() | ||||
void | void name(string name) | ||||
bool | bool has(string key, bool deepSearch = false) | ||||
bool | bool hasData(IData data, bool deepSearch = false) | ||||
Json[] | Json[] getArray() | ||||
bool | bool hasKey(string key, bool deepSearch = false) | ||||
bool | bool hasAllKeys(string[] keys) | ||||
void | void opAssign(Json[string] newValue) | ||||
bool | bool hasAllKeys(string[] keys, bool deepSearch = false) | ||||
void | void opAssignIndex(IData data, string key) | ||||
bool | bool hasData(IData[string] checkData, bool deepSearch = false) | ||||
bool | bool hasKey() | ||||
IData | IData at(size_t pos) |