-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontoh.json
More file actions
49 lines (48 loc) · 827 Bytes
/
contoh.json
File metadata and controls
49 lines (48 loc) · 827 Bytes
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
{
"users": [
{
"id": 1,
"name": "John",
"age": 25,
"data": [
{
"id": 1,
"filePath": "file1.txt",
"suara": "ombak",
"freq": 3,
"volume": 10
}
]
},
{
"id": 2,
"name": "Jane",
"age": 22
},
{
"id": 3,
"name": "Doe",
"age": 30
}
]
}
[
{
"age": "",
"data": {},
"id": 1,
"name": "nama"
},
{
"age": "",
"data": {},
"id": 2,
"name": "nama"
},
{
"age": "",
"data": {},
"id": 3,
"name": "nama"
}
]