You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe, what you observe or want to be changed:
Although it is possible to recursively embed clusters into clusters, there's no good possibility to give those embedded clusters a name like in a usual structure.
This is especially useful for representing JSON and XML files.
Describe, what you expect to happen:
Create a named-field like structure, which allows element accesses like in methods:
val = struct.field1.field2.field3;
Writing such to such an object should be doable in the same way.
DEVS' SECTION
ANALYSIS
(Describe, what's the issue and which changes have to be made)
DESCRIPTION
Describe, what you observe or want to be changed:
Although it is possible to recursively embed clusters into clusters, there's no good possibility to give those embedded clusters a name like in a usual structure.
This is especially useful for representing JSON and XML files.
Describe, what you expect to happen:
Create a named-field like structure, which allows element accesses like in methods:
Writing such to such an object should be doable in the same way.
DEVS' SECTION
ANALYSIS
(Describe, what's the issue and which changes have to be made)
IMPLEMENTATION STEPS
(see also our Wiki for implementation guidelines)
DOCUMENTATION STEPS
(see also our Wiki for further information)
*.NHLP
and*.NDB
files, if needed)*.NLNG
files, if needed)PULL REQUEST
The text was updated successfully, but these errors were encountered: