Statutes Cited
Data license: Public court records
1 row where filing_id = 61
This data as json, CSV (advanced)
cited_by 1
- Kassab 1
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 338 | 61 61 | Tex. Civ. Prac. & Rem. Code § 41.003(b) | Claimant must prove elements of exemplary damages by clear and convincing evidence; burden of proof may not be shifted to the defendant | Kassab |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE statutes (
statute_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
statute TEXT,
description TEXT,
cited_by TEXT
);