LVCompositionPPLBug.zip
Hi,
I have discovered a bug while using JSONtext to serialize classes to JSON.
When a class is used in a PPL as a dependency (instead of being a public member) or is private scope, the LabVIEW Composition private vi Is Interface Or LabVIEW Object.vi fails not to recognize it as an interface, resulting in empty private class data.
This is because the class .ctl doesn't appear in App.AllVIs when private.
I've linked a test project
