You are viewing documentation for an older version. For current documentation - click here.

FusionCharts Data Conversion tool helps you convert between XML and JSON formats of the charts, maps and gauges. Using this tool you can convert from XML to JSON, or vice-versa. Click on the relevant text area (XML or JSON) below, enter/paste you data and click on "Convert" button below to convert the data.

FusionMaps XT XML Data: FusionMaps XT JSON Data:
<map bgColor="FFFFFF"  />
error
correct
{
  "map":{
    "bgColor":"FFFFFF"
  }
}
error
correct