Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix itsNextName not clearing when not found
An issue exists when loading vectors of objects where, if the last nvp of the previous object does not exist in the json file, the itsNextName variable within the json serializer is not cleared. This causes the vector serializer to search for that name next (when it should be searching for a nameless object.) The json serializer then throws during the named search. Mild reworking of itsNextName solution
- Loading branch information