JsonBlock¶
TryRemove¶
bool TryRemove(const std::string label)
Will try to remove the JsonElement by the label label and free its memory.
Will return false, if that label does not exist. Otherwise true.
See Remove().
bool TryRemove(const std::string label)
Will try to remove the JsonElement by the label label and free its memory.
Will return false, if that label does not exist. Otherwise true.
See Remove().