mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 12:14:22 +08:00
57 lines
1.0 KiB
JSON
57 lines
1.0 KiB
JSON
|
|
{
|
|
"users": [
|
|
{
|
|
"username": "John.x.Doe",
|
|
"age": 32,
|
|
"favourite_music_genre": "Jazz",
|
|
"preferred_programming_language": "Javascript",
|
|
"best_frontend_framework": "Vue",
|
|
"id": 1
|
|
},
|
|
{
|
|
"id": 2,
|
|
"username": "SniperxXx",
|
|
"age": 23,
|
|
"favourite_music_genre": "Rap",
|
|
"preferred_programming_language": "Python",
|
|
"best_frontend_framework": "React"
|
|
}
|
|
],
|
|
"polls": [
|
|
{
|
|
"question": "Favourite Music Genre?",
|
|
"options": [
|
|
"Rock",
|
|
"Pop",
|
|
"Country",
|
|
"Rap",
|
|
"Jazz",
|
|
"Hip Hop",
|
|
"RNB",
|
|
"None",
|
|
"Depends"
|
|
]
|
|
},
|
|
{
|
|
"question": "Preferred Programming Language?",
|
|
"options": [
|
|
"Java",
|
|
"C",
|
|
"C++",
|
|
"C#",
|
|
"Javascript",
|
|
"Python",
|
|
"Kotlin"
|
|
]
|
|
},
|
|
{
|
|
"question": "Better Frontend JS Framework?",
|
|
"options": [
|
|
"React",
|
|
"Vue",
|
|
"Angular"
|
|
]
|
|
}
|
|
]
|
|
} |