Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix amount of entries in the json object
After the initial j.push_back() calls there is another j.emplace_back() call that makes the size == 4 not 3.
- Loading branch information