-
Notifications
You must be signed in to change notification settings - Fork 0
/
crazy.json
76 lines (75 loc) · 2.4 KB
/
crazy.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[
{
"name": "asf",
"password": "sha256$KtbwEvhMmA6C95lf$f1b67c8a1df200e3feb6616e80b28efdc8bb70315ee46f9f9f1d147b151a0df8",
"email": "af@",
"category": [
{
"name": "Food",
"budget": [
{
"name": "Grocery",
"amount": "123",
"expense": [
{
"descr": "T&T",
"amount": "50"
},
{
"descr": "Superstore",
"amount": "70"
}
]
},
{
"name": "Restaurant",
"amount": "600",
"expense": [
{
"descr": "KFC",
"amount": "20"
},
{
"descr": "McDonalod",
"amount": "30"
}
]
}
]
},
{
"name": "Dressing",
"budget": [
{
"name": "Hat",
"amount": "150",
"expense": [
{
"descr": "Adidas",
"amount": "50"
},
{
"descr": "Barts",
"amount": "60"
}
]
},
{
"name": "Shoe",
"amount": "600",
"expense": [
{
"descr": "Adidas",
"amount": "300"
},
{
"descr": "Nike",
"amount": "200"
}
]
}
]
}
]
}
]