Files
konstrui/example/webInput/templates/userTemplate.json
2017-09-26 20:16:05 +02:00

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"
}
]