-
Notifications
You must be signed in to change notification settings - Fork 0
/
data_format.json
48 lines (48 loc) · 1.29 KB
/
data_format.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"users": [
{
"userId": "0CLC7wwrdYxUDdNHG8o5",
"username": "jakeladerman",
"client": "yes",
"case": [
{
"Title":"Filing Bankruptcy",
"Description":"I was considering filing for Bankruptcy to escape debt and need help"
}
]
},
{
"userId": "0CLC7wwrdYxUDdNHG8o5",
"username": "jarrettperkins",
"client": "yes",
"case": [
{
"Title":"Arrested for Trespassing",
"Description":"I was wrongly arrested for trespassing and need help"
}
]
},
{
"userId": "0CLC7wwrdYxUDdNHG8o5",
"username": "michealsandborn",
"client": "yes",
"case": [
{
"Title":"Government confiscating property",
"Description":"The government is trying to steal my land!"
}
]
},
{
"userId": "0CLC7wwrdYxUDdNHG8o5",
"username": "jamesraubenheimer",
"client": "yes",
"case": [
{
"Title":"Stolen Jewelery",
"Description":"I was arrested by the police and gave them my jewelery and did not get it back. I have tried speaking with them and non one will help me"
}
]
}
]
}