cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

JSON Generation using JSON Generator

Aravind711
New Contributor II

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

6 REPLIES 6

I have Identified the issue, Thanks for the help @dmiller

walkermic
New Contributor III

how did you fix this?