Skip to content

Commit

Permalink
feat(njch): Add New Jersey Chancery Court
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed Jul 23, 2024
1 parent 296cbce commit 2ecb36c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions courts_db/data/courts.json
Original file line number Diff line number Diff line change
Expand Up @@ -17267,6 +17267,7 @@
"level": "",
"location": "Maine",
"name": "Supreme Judicial Court of Maine",
"notes": "The Supreme Judicial Court of Maine is the highest court in the state of Maine. It is made up of a chief justice and six associate justices who are appointed by the governor and confirmed by the Maine Senate. The court has general appellate jurisdiction and is responsible for interpreting the state's laws and constitution. It also has the power to issue advisory opinions on matters of law to the governor and the state's legislature.",
"regex": [
"${sjc} Maine",
"Maine ${sjc}",
Expand Down Expand Up @@ -24352,6 +24353,30 @@
"system": "state",
"type": "appellate"
},
{
"case_types": [],
"citation_string": "",
"dates": [
{
"end": "1947-12-31",
"start": "1743-01-01"
}
],
"examples": [
"Chancery Court of New Jersey",
"New Jersey Court of Chancery"
],
"id": "njch",
"level": "",
"location": "New Jersey",
"name": "New Jersey Court of Chancery",
"regex": [
"New Jersey Court of Chancery",
"Chancery Court of New Jersey"
],
"system": "state",
"type": "trial"
},
{
"case_types": [],
"citation_string": "Bankr. D.N.J.",
Expand Down

0 comments on commit 2ecb36c

Please sign in to comment.