json array: initialize with prescribed size and resize
method.
#1057
Labels
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Feature Request
I would like the ability to initialize a JSON array with a prescribed size.
My use case if that I know that I will be setting all items of a JSON arrays on known length but out of order.
I could do this with an intermediate STL container but I would prefer to avoid the temporary.
The text was updated successfully, but these errors were encountered: