Created
June 12, 2015 14:34
-
-
Save AntoineTurmel/3f3797acd86241fed32f to your computer and use it in GitHub Desktop.
example of idea in json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "My idea", | |
"author": "Me", | |
"submitdate": "2015-01-01", | |
"lastupdate": "2015-02-31", | |
"version": "0.1", | |
"shortdescription": "My idea is to change the world", | |
"longdescription": "Lorem Ideapsum", | |
"urls": { | |
"idea": "http://linktomyidea.com", | |
"discussion": "http://myforum.com" | |
}, | |
"category": [ | |
"collaboration", | |
"libre", | |
"software" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment