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 chart. 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.

FusionCharts XML Data: FusionCharts JSON Data:
<chart caption="My Chart Caption"  />
error
correct
{
  "chart":{
    "caption":"My Chart Caption"
  }
}
error
correct