{
    "abbreviations": false, 
    "bibentries": false, 
    "bibsection": false, 
    "citation_items": [
        [
            {
                "id": "ITEM-1", 
                "suppress-author": 1
            }
        ], 
        [
            {
                "id": "ITEM-2"
            }
        ]
    ], 
    "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=\"; \" prefix=\"(\" suffix=\")\">\n      <group delimiter=\" \">\n        <names variable=\"author\">\n          <name />\n          <substitute>\n            <text variable=\"title\" />\n          </substitute>\n        </names>\n        <date variable=\"issued\">\n          <date-part name=\"year\" />\n        </date>\n      </group>\n    </layout></citation></style>", 
    "input": [
        {
            "abstract": "An interesting book by an interesting author.", 
            "author": [
                {
                    "family": "Smith", 
                    "given": "John"
                }
            ], 
            "id": "ITEM-1", 
            "issued": {
                "date-parts": [
                    [
                        "2005"
                    ]
                ]
            }, 
            "title": "Book A", 
            "type": "book"
        }, 
        {
            "abstract": "An old contribution to a new field.", 
            "author": [
                {
                    "family": "Jones", 
                    "given": "Robert"
                }
            ], 
            "id": "ITEM-2", 
            "issued": {
                "date-parts": [
                    [
                        "2000"
                    ]
                ]
            }, 
            "title": "Book B", 
            "type": "book"
        }
    ], 
    "mode": "citation", 
    "result": "(2005)\n(Robert Jones 2000)"
}