Skip to content
JsonArray

Reserve

void Reserve(std::size_t toReserve)

Will allocate enough memory to fit toReserve elements without the need to reallocate more memory.