We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c47c7 commit 5f24a81Copy full SHA for 5f24a81
README.md
@@ -31,6 +31,7 @@ type DecomposedCNJ struct {
31
ArgNumber string `json:"arg_number,omitempty"`
32
District string `json:"district,omitempty"`
33
UF string `json:"UF,omitempty"`
34
+ TJ string `json:"TJ,omitempty"`
35
}
36
```
37
### AnalysisCNJ
@@ -55,6 +56,7 @@ type DecomposedCNJ struct {
55
56
- ArgNumber:NNNNNNNAAAAJCT0000 + 00 [00013272018826015800] (need for caculate *VerifyingDigit*)
57
- District: location where the lawsuit began (city, electoral district, labor district)[São Paulo]
58
- UF: The state short name where the lawsuit began [SP]
59
+- TJ: The court type shortname [TJ]
60
61
62
## Example
0 commit comments