Skip to content

Instantly share code, notes, and snippets.

@aadennis
Created June 26, 2018 05:32
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 aadennis/417488f53d761a986fb6ec890649f044 to your computer and use it in GitHub Desktop.
Save aadennis/417488f53d761a986fb6ec890649f044 to your computer and use it in GitHub Desktop.
var json = {
"musicalNotes": {
"fileLocation": ".",
"extension": ".png",
"filePairs": [
{
"existsOnDisk": false,
"obverse": "c4.obverse",
"reverse": "c4.reverse"
},
{
"existsOnDisk": true,
"obverse": "c5.obverse",
"reverse": "c5.reverse"
},
{
"existsOnDisk": true,
"obverse": "c6.obverse",
"reverse": "c6.reverse"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment