{
    "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=\"author-one\">\n    <names variable=\"author\">\n      <name name-as-sort-order=\"first\" sort-separator=\" \"/>\n      <substitute>\n        <names variable=\"editor\" />\n      </substitute>\n    </names></macro><macro name=\"author-count\">\n    <names variable=\"author\">\n      <name form=\"count\" />\n      <substitute>\n        <names variable=\"editor\" />\n      </substitute>\n    </names></macro><macro name=\"theyear\">\n    <date variable=\"issued\">\n      <date-part name=\"year\" />\n    </date></macro><citation>\n    <layout>\n      <text value=\"Ignore me\" />\n    </layout></citation><bibliography>\n    <sort>\n      <key macro=\"author-one\" names-min=\"1\" names-use-first=\"1\" />\n      <key macro=\"author-count\" names-min=\"3\" names-use-first=\"3\" />\n      <key macro=\"theyear\" />\n    </sort>\n    <layout>\n      <text variable=\"title\" />\n    </layout></bibliography></style>", 
    "input": [
        {
            "author": [
                {
                    "family": "Doe", 
                    "given": "John", 
                    "static-ordering": false
                }
            ], 
            "id": "item-1", 
            "issued": {
                "date-parts": [
                    [
                        "2000"
                    ]
                ]
            }, 
            "title": "Book One", 
            "type": "book"
        }, 
        {
            "author": [
                {
                    "family": "Doe", 
                    "given": "John", 
                    "static-ordering": false
                }, 
                {
                    "family": "Doe", 
                    "given": "Jake", 
                    "static-ordering": false
                }, 
                {
                    "family": "Jones", 
                    "given": "Robert", 
                    "static-ordering": false
                }
            ], 
            "id": "item-2", 
            "issued": {
                "date-parts": [
                    [
                        "2000"
                    ]
                ]
            }, 
            "title": "Book Three", 
            "type": "book"
        }, 
        {
            "editor": [
                {
                    "family": "Doe", 
                    "given": "John", 
                    "static-ordering": false
                }, 
                {
                    "family": "Roe", 
                    "given": "Jane", 
                    "static-ordering": false
                }
            ], 
            "id": "item-3", 
            "issued": {
                "date-parts": [
                    [
                        "2000"
                    ]
                ]
            }, 
            "title": "Book Two", 
            "type": "book"
        }
    ], 
    "mode": "bibliography", 
    "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">Book One</div><div class=\"csl-entry\">Book Two</div><div class=\"csl-entry\">Book Three</div></div>"
}