JsonArray¶
RemoveAt¶
void RemoveAt(const std::size_t idx)
Will delete the JsonData object at index idx
. Memory will be freed.
If the requested index does not exist, a JsonArrayOutOfRangeException
will be thrown.
void RemoveAt(const std::size_t idx)
Will delete the JsonData object at index idx
. Memory will be freed.
If the requested index does not exist, a JsonArrayOutOfRangeException
will be thrown.