Hi Sudipto,
Thanks for this excelent adaptation to JSON, i'm using for Extjs.
I Fix code in a line 162:
this.XML = this.newXMLDocument("chart");
changing "chart" to "graph":
this.XML = this.newXMLDocument("graph");
Ready now if that works.
Again thank you,
artjc :-)