-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjson.json
More file actions
49 lines (49 loc) · 1.52 KB
/
Copy pathjson.json
File metadata and controls
49 lines (49 loc) · 1.52 KB
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
{
"search_key":["title","admin"],
"json" :{
"id": 1010,
"body": {
"id":333,
"form": "a2wf13se5fe1-asdfeef1w6-asfe15f6ed",
"data": "2023-09-26",
"email": "fulano@fulano.com",
"valor": "admin",
"historia":"essa e primeira historia..."
},
"user_images": {
"foto_perfil1": ["image_example1.jpg"],
"foto_perfil2": ["image_example2.jpg"],
"foto_perfil3": ["image_example3.jpg"],
"foto_perfil4": ["image_example4.jpg"]
},
"title": "Perfil do Facebook",
"admin": false,
"business": true,
"rating": 4.6,
"hash":[10,20,25],
"perfil": {
"enderecos":{
"rua":"test 1",
"numero": 2220,
"cidade":"Manaus",
"uf":"am",
"id":555
},
"escolaridade":{
"escola":"manoel gomes",
"ano":"2023",
"livros":{
"id": 667,
"ciencia":"ciencia todo dia",
"historia":"era uma vez um menino...",
"matematica": ["funções","artimetica","geometria"],
"geografia": {
"id":"id geografia",
"planos":"artigo referente a planos de...",
"solos":"varios tipos de lato solos..."
}
}
}
}
}
}