Enormous array created when working with map<int,T> #2220
Labels
kind: question
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
When json array object is indexed with some numeric value it creates an array containing nulls, and one single value.
Which outputs:
LiveExample
What is the expected behavior?
The value map should be created inside instead.
Which version of the library did you use?
The text was updated successfully, but these errors were encountered: