mirror of
https://github.com/arnaucube/konstrui.git
synced 2026-02-07 11:36:40 +01:00
17 lines
345 B
JSON
Executable File
17 lines
345 B
JSON
Executable File
[{
|
|
"username": "Michaela Doe",
|
|
"description": "Hi, I'm here to code",
|
|
"phone": "456456456"
|
|
},
|
|
{
|
|
"username": "John Doe",
|
|
"description": "Hi, I'm here",
|
|
"phone": "123456789"
|
|
},
|
|
{
|
|
"username": "Myself",
|
|
"description": "How are you",
|
|
"phone": "no phone"
|
|
}
|
|
]
|