This is my sheet:

This is how it is correctly exported WITHOUT nested elements enabled:
{ "ClassA": { "Class": "ClassA", "PSIPL": 9, "SMCLLU": 2 }, "ClassB": { "Class": "ClassB", "PSIPL": 6, "SMCLLU": 4 }, "ClassC": { "Class": "ClassC", "PSIPL": 4, "SMCLLU": 6 }, "ClassD": { "Class": "ClassD", "PSIPL": 3, "SMCLLU": 8 }, "ClassE": { "Class": "ClassE", "PSIPL": 1, "SMCLLU": 10 } }
This is how it is INCORRECTLY exported WITH nested elements enabled:
{ "Class": "ClassE", "PSIPL": 1, "SMCLLU": 10 }
The sheet does not have the NA_ prefix so i dont know why its affected at all by the setting. I want to be able to use nested element syntax on other sheets.
Thanks for the free exporter btw :)