Case Citations
Data license: Public court records
1 row where cited_by = "Montague"
This data as json, CSV (advanced)
cited_by 1
- Montague · 1 ✖
| citation_id ▼ | filing_id | case_name | citation | court | year | proposition | cited_by |
|---|---|---|---|---|---|---|---|
| 1 | 4 4 | Frankoff v. Norman | 448 S.W.3d 75, 87 (Tex. App.—Houston [14th Dist.] 2014, no pet.) | Tex. App.—Houston [14th Dist.] | 2014 | If the defendant's liability for the alleged underlying tort is foreclosed as a matter of law, there is no claim for conspiracy | Montague |
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
);