12-19-2017 04:45 AM
Hi All,
I need the below structure for creating a Tree structure in Javascript, When i execute the below structure using JSON generator (Edit JSON) am not getting any output neither error
[{
“text”: “Years”,
"nodes": [{
"text": $year,
"nodes": [{
"text": $quarter,
"nodes": [{
"text": $month
}]
}
]
}]
}
]
Can anyone please explain what am i missing in it.
Thanks,
Aravind
12-19-2017 09:37 AM
I have Identified the issue, Thanks for the help @dmiller
09-13-2018 01:46 PM
how did you fix this?