JsonArray¶
RemoveAllOfType¶
std::size_t RemoveAllOfType(const JSON_DATA_TYPE type)
Will delete all JsonData objects that are of type type. Memory will be freed.
Returns the amount of objects removed.
Aliases¶
Alternative ways to call this function
myArray -=JSON_DATA_TYPE::INT