File "jsonData.json"
Full Path: /home/analogde/www/samples/Data/jsonData.json
File size: 806 bytes
MIME-type: application/json
Charset: utf-8
{
"chart": {
"caption": "Monthly revenue for last year",
"subCaption": "Harry's SuperMart",
"xAxisName": "Month",
"yAxisName": "Revenues (In USD)",
"numberPrefix": "$",
"theme": "fusion"
},
"data": [
{"label": "Jan", "value": "420000"},
{"label": "Feb", "value": "810000"},
{"label": "Mar", "value": "720000"},
{"label": "Apr", "value": "550000"},
{"label": "May", "value": "910000"},
{"label": "Jun", "value": "510000"},
{"label": "Jul", "value": "680000"},
{"label": "Aug", "value": "620000"},
{"label": "Sep", "value": "610000"},
{"label": "Oct", "value": "490000"},
{"label": "Nov", "value": "900000"},
{"label": "Dec", "value": "730000"}
]
}