-
Fix amount of entries in the json object · ddbdb658abbaswasim authored
After the initial j.push_back() calls there is another j.emplace_back() call that makes the size == 4 not 3.
×
After the initial j.push_back() calls there is another j.emplace_back() call that makes the size == 4 not 3.