Hi,
I am trying to create a 3-level generic list using smart markers. The example given under “Using Generic list as Nested Object” in Using Smart Markers|Documentation has a structure of:
Teacher :[
Students:[
]
]
and I am trying to create a structure like this:
Principal:[
Teacher:[
Students:[
]
]
]
It seems like this structure does not work, is there any way in which I can achieve this?