{
    "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><locale>\n    <terms>\n      <term name=\"editor\" form=\"short\">\n        <single>ed</single>\n        <multiple>eds</multiple>\n      </term>\n    </terms></locale><macro name=\"creator-macro\">\n    <names variable=\"author\">\n      <name and=\"text\" delimiter-precedes-last=\"never\" initialize-with=\"\"/>\n      <label form=\"short\" prefix=\" \"/>\n      <substitute>\n        <names variable=\"editor\"/>\n      </substitute>\n    </names></macro><citation>\n    <layout>\n      <text value=\"bogus\"/>\n    </layout></citation><bibliography>\n    <layout>\n      <group delimiter=\". \">\n        <text macro=\"creator-macro\"/>\n        <text variable=\"title\"/>\n      </group>\n    </layout></bibliography></style>", 
    "input": [
        {
            "editor": [
                {
                    "family": "Doe", 
                    "given": "John"
                }, 
                {
                    "family": "Roe", 
                    "given": "Jane"
                }, 
                {
                    "family": "Noakes", 
                    "given": "Richard"
                }
            ], 
            "id": 45, 
            "title": "Book Title", 
            "type": "book"
        }
    ], 
    "mode": "bibliography", 
    "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">J Doe, J Roe and R Noakes eds. Book Title</div></div>"
}