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

34 lines
894 B
JSON
Executable File

[{
"title": "Smartphone App",
"idAuthor": "author1",
"author": "User1",
"description": "This is the first project",
"link": "https://github.com",
"pageName": "smartphoneApp"
},
{
"title": "Botnet",
"idAuthor": "author2",
"author": "User2",
"description": "This project is a botnet",
"link": "https://github.com",
"pageName": "botnet"
},
{
"title": "Webpage",
"idAuthor": "author3",
"author": "User1",
"description": "This project is a webpage",
"link": "https://github.com",
"pageName": "webpage"
},
{
"title": "Script",
"idAuthor": "author4",
"author": "User1",
"description": "This project is a script to save time",
"link": "https://github.com",
"pageName": "script"
}
]