var cssText = 'body {background: #000 url(image/hoge.gif) no-repeat fixed right bottom;}'; var parser = new CSSParser(); var parsed = parser.parse(cssText, false, false); JSON.stringify( parsed.cssRules[0].declarations[0], null, " " ); /* "{ "type": 1000, "property": "background-color", "values": [ { "value": "#000", "type": 1, "name": null, "parentRule": null, "parentStyleSheet": null } ], "value