Im trying to PARSE this JSON and getting this error Expecting "EOF" got undefined error, not sure not sure what I am missing in line 14.
example:
{
"plotOptions": {
"series": {
"dataLabels": {
"enabled": true
}
},
"column": {
"stacking": "percent",
"dataLabels": {
"format": "{point.percentage:.1f}%"
},
"tooltip": {
"pointFormat": "<span style="\ & quot;color: {
point.color
}\ & quot;
">●</span> {series.name}: <b>{point.y} ({point.percentage:.1f}%)</b><br>"
}
},
"bar": {}
},
"yAxis": {
"stackLabels": {
"enabled": true
},
"title": {}
},
"xAxis": {
"title": {}
},
"categorySort": "asc"
}

