Skip to content

Instantly share code, notes, and snippets.

@02JanDal
Created February 11, 2015 07:08
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 02JanDal/6dc5a260ff204899b0d4 to your computer and use it in GitHub Desktop.
Save 02JanDal/6dc5a260ff204899b0d4 to your computer and use it in GitHub Desktop.
dolphin.json:
{
"name": "Bla",
... other metadata ...,
"versions": [
{
"name": "1.2.2.2.2.2",
... other metadata...,
"data": {
"libraries": [ ... ],
... other patch stuff ...
}
},
{
"name": "1.2.42.42.42",
... other metadata ...,
no "data" object, so stuff is read from dolphin/1.2.42.42.42.json
}
]
}
dolphin/1.2.42.42.42.json:
{
"name": "1.2.42.42.42",
... other metadata, same as above ...,
"data": {
"libraries": [ ... ],
... other patch stuff ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment