Skip to content

Instantly share code, notes, and snippets.

@AntoineTurmel
Created June 12, 2015 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AntoineTurmel/3f3797acd86241fed32f to your computer and use it in GitHub Desktop.
Save AntoineTurmel/3f3797acd86241fed32f to your computer and use it in GitHub Desktop.
example of idea in json
{
"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