-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
51 lines (51 loc) · 1.05 KB
/
db.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
{
"profile": {
"name": "typicode"
},
"settings":{
"isPremium": true,
"userType":"limited"
},
"roadmap": {
"en": {
"title": "Roadmap",
"versions": [
{
"version": "1.0",
"title": "Initial Release",
"description": "condimentum."
},
{
"version": "2.0",
"title": "Feature Enhancements",
"description": "efficitur."
},
{
"version": "3.0",
"title": "Performance Improvements",
"description": "risus tempus."
}
]
},
"tr": {
"title": "Yol Haritası",
"versions": [
{
"version": "1.0",
"title": "İlk Sürüm",
"description": " condimentum."
},
{
"version": "2.0",
"title": "Özellik İyileştirmeleri",
"description": "efficitur."
},
{
"version": "3.0",
"title": "Performans Geliştirmeleri",
"description": "risus tempus."
}
]
}
}
}