{
    "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><citation>\n    <layout>\n      <text value=\"Hello\"/>\n    </layout></citation><bibliography>\n    <sort>\n      <key variable=\"issued\"/>\n      <key variable=\"title\"/>\n    </sort>\n    <layout prefix=\"\" suffix=\".\">\n      <group delimiter=\" \">\n        <text variable=\"title\" />\n        <date variable=\"issued\">\n          <date-part name=\"year\" />\n        </date>\n      </group>\n    </layout></bibliography></style>", 
    "input": [
        {
            "id": "ITEM-1", 
            "title": "BookA", 
            "type": "book"
        }, 
        {
            "id": "ITEM-2", 
            "issued": {
                "date-parts": [
                    [
                        2000
                    ]
                ]
            }, 
            "title": "BookB", 
            "type": "book"
        }, 
        {
            "id": "ITEM-3", 
            "title": "BookC", 
            "type": "book"
        }, 
        {
            "id": "ITEM-4", 
            "issued": {
                "date-parts": [
                    [
                        1999
                    ]
                ]
            }, 
            "title": "BookD", 
            "type": "book"
        }, 
        {
            "id": "ITEM-5", 
            "title": "BookE", 
            "type": "book"
        }
    ], 
    "mode": "bibliography", 
    "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">BookD 1999.</div><div class=\"csl-entry\">BookB 2000.</div><div class=\"csl-entry\">BookA.</div><div class=\"csl-entry\">BookC.</div><div class=\"csl-entry\">BookE.</div></div>"
}