{
    "abbreviations": false, 
    "bibentries": false, 
    "bibsection": false, 
    "citation_items": false, 
    "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><macro name=\"author\">\n    <names variable=\"author\">\n      <name/>\n    </names></macro><macro name=\"title\">\n    <text variable=\"title\"/></macro><macro name=\"journal\">\n    <text variable=\"container-title\"/></macro><macro name=\"date\">\n    <date variable=\"issued\">\n      <date-part name=\"year\"/>\n    </date></macro><citation>\n    <layout suffix=\".\">\n      <text macro=\"author\"/>\n      <text macro=\"title\" prefix=\". \"/>\n      <text macro=\"journal\"/>\n      <text macro=\"date\" prefix=\". \"/>\n    </layout></citation></style>", 
    "input": [
        {
            "author": [
                {
                    "family": "Doe", 
                    "given": "John"
                }
            ], 
            "id": "ITEM-1", 
            "issued": {
                "date-parts": [
                    [
                        "1965", 
                        "6", 
                        "1"
                    ]
                ]
            }, 
            "title": "His Anonymous Life", 
            "type": "book"
        }
    ], 
    "mode": "citation", 
    "result": "John Doe. His Anonymous Life. 1965."
}