nan2 0 Newbie Poster

have data in this format

=[{"Name":"A","children":[{"Name":"C","children":[{"Name":"CC",children":[{"Name":"TC","count":1,"children":

want it in readable/xml format to make it easily understand like

A:C:CC:TC
and then A:B:BB etc

to clearly shw the structure basically. how to do???

thanx