Printing Tree
print.tree( [
'Ortus Solutions' : [
'Products' : [
'Open Source' : {
'ColdBox MVC' : {},
'CommandBox CLI' : {},
'ContentBox CMS' : {},
'WireBox' : {},
'TestBox' : {},
'CacheBox' : {}
},
'Commercial' : {
'ForgeBox Pro' : {},
'CommandBox Pro' : {},
'CommandBox Service Manager' : {},
'TimeBox BMP' : {}
}
],
'Services' : {
'Consulting' : {
'Ad-Hoc hours' : {},
'Hourly Retainer' : {},
'Custom' : {}
},
'Training' : {},
'Design' : {}
},
'Employees' : {
'Luis' : {},
'Brad' : {},
'Gavin' : {},
'Eric' : {},
'Jon' : {},
'Jorge' : {},
'Edgardo' : {}
}
]
] )Last updated
Was this helpful?