JSON-Parsing-Fehler

Ich habe problem. Ich habe dieses JSON automatisch von Open Flash Chart-php-Bibliothek. Das problem ist, OFC Bericht JSON Parse Error [Syntax Error] während test-Ergebnis mit http://www.jsonlint.com/ berichten, dass meine JSON ist in Ordnung. Aber, w3c-parser Fehler zu:(

Hilfe?

Hier ist die JSON:

{
    "title": "Followers Trend",
    "elements": [
        {
            "type": "area_hollow",
            "fill-alpha": 0.35,
            "values": [

            ],
            "colour": "#5B56B6",
            "text": "Followers",
            "font-size": 12 
        } 
    ],
    "x_axis": {
        "colour": "#A2ACBA",
        "grid-colour": "#D7E4A3",
        "offset": false,
        "steps": 4,
        "labels": {
            "steps": 2,
            "rotate": "vertical",
            "colour": "#A2ACBA",
            "labels": [

            ] 
        } 
    },
    "x_legend": {
        "text": "Week Trend (2009-08-17 - 2009-08-24)",
        "style": "{font-size: 20px; color: #778877}" 
    },
    "y_axis": {
        "min": 0,
        "max": 150,
        "steps": 30 
    }
}
  • Kann man den JSON?
  • dort, hinter I have this JSON Link. Wie auch immer, ich Schreibe es nochmal hier.
InformationsquelleAutor ariefbayu | 2009-08-24
Schreibe einen Kommentar