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

Commits on Feb 8, 2019

  1. Fix for multiple root objects in JSON

    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.
    ekecce committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    deb5a04 View commit details
    Browse the repository at this point in the history