Skip to content

Instantly share code, notes, and snippets.

@dbouwman
Created September 8, 2015 20:15
Show Gist options
  • Save dbouwman/261db26c3803c98c7c72 to your computer and use it in GitHub Desktop.
Save dbouwman/261db26c3803c98c7c72 to your computer and use it in GitHub Desktop.
Metadata node json
{
metadata: {
published: "whatever string - maybe a date or just rando text",
online_resources: [
{
name: "some string that is the name",
url: "http://some.url"
},
{
name: "some string that is the name",
url: "http://some.url"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment