>>== MODE ==>>
citation
<<== MODE ==<<


>>== RESULT ==>>
>>[0] Smith v. Jones
<<== RESULT ==<<

>>== CITATIONS ==>>
[
    [
        {
            "citationID": "CITATION-1", 
            "citationItems": [
                {
                    "id": "ITEM-1"
                }
            ], 
            "properties": {
                "mode": "author-only", 
                "noteIndex": 1
            }
        }, 
        [], 
        []
    ]
]
<<== CITATIONS ==<<


>>===== CSL =====>>
<style 
      xmlns="http://purl.org/net/xbiblio/csl"
      class="note"
      version="1.0">
  <info>
    <id />
    <title />
    <updated>2009-08-10T04:49:00+09:00</updated>
  </info>
  <citation>
    <layout delimiter="; ">
      <group delimiter=", ">
        <text variable="title"/>
        <date variable="issued" form="text" date-parts="year"/>
      </group>
    </layout>
  </citation>
  <bibliography>
    <layout>
      <text variable="title" />
    </layout>
  </bibliography>
  <intext>
    <layout>
      <names variable="author">
        <name/>
        <substitute>
          <text variable="title"/>
        </substitute>
      </names>
    </layout>
  </intext>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
    {
        "id": "ITEM-1",
        "issued": {
            "date-parts": [
                [
                    "2005"
                ]
            ]
        }, 
        "title": "Smith v. Jones", 
        "type": "legal_case"
    }
]
<<===== INPUT =====<<
