{
    "abbreviations": false, 
    "bibentries": false, 
    "bibsection": false, 
    "citation_items": [
        [
            {
                "id": "ITEM-1", 
                "label": "page", 
                "locator": "100 - 103"
            }, 
            {
                "id": "ITEM-2", 
                "label": "chapter", 
                "locator": "200 - 201"
            }
        ]
    ], 
    "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 delimiter=\"; \" suffix=\".\">\n      <group delimiter=\", \">\n        <names variable=\"author\">\n          <name form=\"short\" />\n        </names>\n        <text variable=\"title\" />\n        <date variable=\"issued\">\n          <date-part name=\"year\" />\n        </date>\n        <group delimiter=\" \">\n          <label form=\"short\" strip-periods=\"false\" variable=\"locator\" />\n          <number variable=\"locator\" />\n        </group>\n      </group>\n    </layout></citation></style>", 
    "input": [
        {
            "author": [
                {
                    "family": "Doe", 
                    "given": "John", 
                    "static-ordering": false
                }
            ], 
            "id": "ITEM-1", 
            "issued": {
                "date-parts": [
                    [
                        "2000"
                    ]
                ]
            }, 
            "title": "Book A", 
            "type": "book"
        }, 
        {
            "author": [
                {
                    "family": "Roe", 
                    "given": "Jane"
                }
            ], 
            "id": "ITEM-2", 
            "issued": {
                "date-parts": [
                    [
                        "2001"
                    ]
                ]
            }, 
            "title": "Book B", 
            "type": "book"
        }
    ], 
    "mode": "citation", 
    "result": "Doe, Book A, 2000, pp. 100–103; Roe, Book B, 2001, chap. 200–201."
}