emfjson-jackson icon indicating copy to clipboard operation
emfjson-jackson copied to clipboard

Fix for multiple root objects in JSON

Open ekecce opened this issue 6 years ago • 0 comments

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 avatar Feb 08 '19 14:02 ekecce