Skip to content

Instantly share code, notes, and snippets.

@0m15
Created March 16, 2011 15:39
Show Gist options
  • Save 0m15/872686 to your computer and use it in GitHub Desktop.
Save 0m15/872686 to your computer and use it in GitHub Desktop.
sample JSON file
{
"videos" : [
{
"videoId" : "ID",
"title" : "title"
"streamingURL" : "http://www.url-to-video.it/video.mp4",
"publishDate" : "MM/GG/AAAA HH:mm",
"tags" : ["tag1", "tag2", "tag3"],
"abstract" : "abstract",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment