{
    "abbreviations": false, 
    "bibentries": false, 
    "bibsection": false, 
    "citation_items": false, 
    "citations": [
        [
            {
                "citationID": "CITATION-1", 
                "citationItems": [
                    {
                        "id": "ITEM-1"
                    }, 
                    {
                        "id": "ITEM-2"
                    }, 
                    {
                        "id": "ITEM-3"
                    }
                ], 
                "properties": {
                    "noteIndex": 1
                }
            }, 
            [], 
            []
        ]
    ], 
    "csl": "<style \n      xmlns=\"http://purl.org/net/xbiblio/csl\"\n      class=\"in-text\"\n      version=\"1.0\"><info>\n    <id />\n    <title />\n    <updated>2009-08-10T04:49:00+09:00</updated></info><macro name=\"author\">\n    <names variable=\"author\">\n      <name form=\"short\" />\n    </names></macro><citation collapse=\"year-suffix\"\n    et-al-min=\"3\"\n    et-al-use-first=\"1\"\n    et-al-subsequent-min=\"3\"\n    et-al-subsequent-use-first=\"1\"\n    disambiguate-add-year-suffix=\"true\">\n    <sort>\n      <key variable=\"issued\" />\n    </sort>\n    <layout delimiter=\"; \">\n      <group delimiter=\" \">\n        <text macro=\"author\"/>\n        <date variable=\"issued\" form=\"text\" date-parts=\"year\"/>\n      </group>\n    </layout></citation></style>", 
    "input": [
        {
            "author": [
                {
                    "family": "Smith", 
                    "given": "John"
                }
            ], 
            "id": "ITEM-1", 
            "issued": {
                "date-parts": [
                    [
                        2010
                    ]
                ]
            }, 
            "type": "book"
        }, 
        {
            "author": [
                {
                    "family": "Jones", 
                    "given": "2005"
                }
            ], 
            "id": "ITEM-2", 
            "issued": {
                "date-parts": [
                    [
                        2005
                    ]
                ]
            }, 
            "type": "book"
        }, 
        {
            "author": [
                {
                    "family": "Smith", 
                    "given": "John"
                }
            ], 
            "id": "ITEM-3", 
            "issued": {
                "date-parts": [
                    [
                        2003
                    ]
                ]
            }, 
            "type": "book"
        }
    ], 
    "mode": "citation", 
    "result": ">>[0] Smith 2003, 2010; Jones 2005"
}