{
    "abbreviations": false, 
    "bibentries": false, 
    "bibsection": false, 
    "citation_items": false, 
    "citations": [
        [
            {
                "citationID": "CITATION-1", 
                "citationItems": [
                    {
                        "id": "ITEM-1", 
                        "prefix": "<i>My Prefix</i>", 
                        "suffix": "My Suffix"
                    }
                ], 
                "properties": {
                    "noteIndex": 1
                }
            }, 
            [], 
            []
        ], 
        [
            {
                "citationID": "CITATION-2", 
                "citationItems": [
                    {
                        "id": "ITEM-1", 
                        "prefix": "My Prefix.", 
                        "suffix": ", My Suffix"
                    }
                ], 
                "properties": {
                    "noteIndex": 2
                }
            }, 
            [
                [
                    "CITATION-1", 
                    1
                ]
            ], 
            []
        ], 
        [
            {
                "citationID": "CITATION-3", 
                "citationItems": [
                    {
                        "id": "ITEM-1", 
                        "prefix": "My Prefix ", 
                        "suffix": " My Suffix"
                    }
                ], 
                "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><macro name=\"author\">\n    <names variable=\"author\">\n      <name form=\"short\" />\n    </names></macro><citation>\n    <layout>\n      <text variable=\"title\"/>\n    </layout></citation></style>", 
    "input": [
        {
            "id": "ITEM-1", 
            "title": "My Title", 
            "type": "book"
        }
    ], 
    "mode": "citation", 
    "result": "..[0] <i>My Prefix</i> My Title My Suffix\n..[1] My Prefix. My Title, My Suffix\n>>[2] My Prefix My Title My Suffix"
}