Case Citations
Data license: Public court records
2 rows where cited_by = "Kassab" and filing_id = 6
This data as json, CSV (advanced)
cited_by 1
- Kassab · 2 ✖
| citation_id ▼ | filing_id | case_name | citation | court | year | proposition | cited_by |
|---|---|---|---|---|---|---|---|
| 2 | 6 6 | Reynolds v. State | 2017 Tex. App. LEXIS 11059, *1-2 | Texas Court of Appeals | 2017 | Barratry has been considered a crime in Texas since 1876; Texas outlawed having a runner solicit clients on behalf of a lawyer as far back as 1917 | Kassab |
| 3 | 6 6 | Neese v. Lyon | 479 S.W.3d 368, 376-77 (Tex. App.—Dallas 2015, no pet.) | Tex. App.—Dallas | 2015 | The ordinary meaning of barratry is vexatious incitement to litigation especially by soliciting potential legal clients; discusses legislative history of § 82.065 and § 82.0651 | Kassab |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE citations (
citation_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
case_name TEXT,
citation TEXT,
court TEXT,
year INTEGER,
proposition TEXT,
cited_by TEXT
);