- addItem
bool addItem(JsonObject item)
Undocumented in source. Be warned that the author may not have intended to support it.
- addMember
bool addMember(S key, JsonObject member)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBoolean
bool getBoolean(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getItem
bool getItem(size_t index, JsonObject item)
Undocumented in source. Be warned that the author may not have intended to support it.
- getItems
bool getItems(JsonObject[] items)
Undocumented in source. Be warned that the author may not have intended to support it.
- getMember
bool getMember(S key, JsonObject member)
Undocumented in source. Be warned that the author may not have intended to support it.
- getMembers
bool getMembers(JsonObject[S] members)
Undocumented in source. Be warned that the author may not have intended to support it.
- getNumber
bool getNumber(T number)
Undocumented in source. Be warned that the author may not have intended to support it.
- getText
bool getText(S text)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
JsonObject opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
JsonObject opIndex(S key)
Undocumented in source. Be warned that the author may not have intended to support it.
- setBoolean
bool setBoolean(bool booleanValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNumber
bool setNumber(T number)
Undocumented in source. Be warned that the author may not have intended to support it.
- setText
bool setText(S text)
Undocumented in source. Be warned that the author may not have intended to support it.
- toPrettyString
S toPrettyString(size_t tabCount, bool initTab)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.