Skip to content
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().