{
    "abbreviations": false, 
    "bibentries": false, 
    "bibsection": false, 
    "citation_items": false, 
    "citations": false, 
    "csl": "<style \n      xmlns=\"http://purl.org/net/xbiblio/csl\"\n      class=\"note\"\n      version=\"1.0\"><info>\n    <id />\n    <title />\n    <updated>2009-08-10T04:49:00+09:00</updated></info><macro name=\"editor\">\n    <choose>\n      <if type=\"book\">\n        <text macro=\"editor-short-label\"/>\n      </if>\n      <else>\n        <text macro=\"editor-long-label\"/>\n      </else>\n    </choose>\n    <names variable=\"editor\">\n      <name/>\n      <label prefix=\" \"/>\n    </names></macro><macro name=\"editor-long-label\">\n    <names variable=\"editor\">\n      <name/>\n      <label prefix=\" \"/>\n    </names></macro><macro name=\"editor-short-label\">\n    <names variable=\"editor\">\n      <name/>\n      <label prefix=\" \" form=\"short\"/>\n    </names></macro><citation>\n    <layout delimiter=\"; \">\n      <text variable=\"title\"/>\n    </layout></citation><bibliography>\n    <layout suffix=\".\">\n      <group delimiter=\". \">\n        <names variable=\"translator\">\n          <label form=\"verb\" suffix=\" \"/>\n          <name/>\n          <substitute>\n            <text macro=\"editor\"/>\n            <text variable=\"title\" quotes=\"true\"/>\n          </substitute>\n        </names>\n        <text variable=\"title\" font-style=\"italic\"/>\n        <text variable=\"publisher\"/>\n      </group>\n    </layout></bibliography></style>", 
    "input": [
        {
            "id": "ITEM-1", 
            "publisher": "The Publisher", 
            "title": "The Title", 
            "type": "book"
        }, 
        {
            "editor": [
                {
                    "family": "Doe", 
                    "given": "John-boy"
                }
            ], 
            "id": "ITEM-2", 
            "publisher": "The Publisher", 
            "title": "The Title", 
            "type": "book"
        }, 
        {
            "editor": [
                {
                    "family": "Doe", 
                    "given": "Jane-girl"
                }
            ], 
            "id": "ITEM-3", 
            "publisher": "The Organization", 
            "title": "The Title", 
            "type": "report"
        }
    ], 
    "mode": "bibliography", 
    "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">“The Title.” The Publisher.</div><div class=\"csl-entry\">John-boy Doe ed. <i>The Title</i>. The Publisher.</div><div class=\"csl-entry\">Jane-girl Doe editor. <i>The Title</i>. The Organization.</div></div>"
}