Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Fix for multiple root objects in JSON #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ekecce
Copy link

@ekecce ekecce commented Feb 8, 2019

When the JSON source has multiple root objects, the current version had all root objects from the second one take the wrong type. This is because the current parent and feature fields were not being reset after reading each object.

This commit fixes the issue, adding some code at the end of the reading of each root object.

When the JSON source has multiple root objects, the
current version had all root objects from the second
one take the wrong type. This is because the current
parent and feature fields were not being reset after
reading each object.

This commit fixes the issue, adding some code at the
end of the reading of each root object.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant