{
    "abbreviations": false, 
    "bibentries": false, 
    "bibsection": false, 
    "citation_items": false, 
    "citations": [
        [
            {
                "citationID": "CITATION-1", 
                "citationItems": [
                    {
                        "id": "ITEM-1"
                    }
                ], 
                "properties": {
                    "noteIndex": 1
                }
            }, 
            [], 
            []
        ], 
        [
            {
                "citationID": "CITATION-2", 
                "citationItems": [
                    {
                        "id": "ITEM-2"
                    }
                ], 
                "properties": {
                    "noteIndex": 2
                }
            }, 
            [
                [
                    "CITATION-1", 
                    1
                ]
            ], 
            []
        ], 
        [
            {
                "citationID": "CITATION-3", 
                "citationItems": [
                    {
                        "id": "ITEM-3"
                    }
                ], 
                "properties": {
                    "noteIndex": 3
                }
            }, 
            [
                [
                    "CITATION-1", 
                    1
                ], 
                [
                    "CITATION-2", 
                    2
                ]
            ], 
            []
        ]
    ], 
    "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      <choose>\n        <if variable=\"title-short\">\n          <group delimiter=\" \">\n            <text variable=\"title\"/>\n            <group>\n              <text value=\"has title-short\"/>\n            </group>\n          </group>\n        </if>\n        <else>\n          <group delimiter=\" \">\n            <text variable=\"title\"/>\n            <group>\n              <text value=\"does not have title-short\"/>\n            </group>\n          </group>\n        </else>\n      </choose>\n    </layout></citation></style>", 
    "input": [
        {
            "id": "ITEM-1", 
            "shortTitle": "My Short Title", 
            "title": "My Long Title 1", 
            "type": "book"
        }, 
        {
            "id": "ITEM-2", 
            "title": "My Long Title 2", 
            "type": "book"
        }, 
        {
            "id": "ITEM-3", 
            "type": "book"
        }
    ], 
    "mode": "citation", 
    "result": "..[0] My Long Title 1 has title-short\n..[1] My Long Title 2 does not have title-short\n>>[2] does not have title-short"
}