Skip to content

Instantly share code, notes, and snippets.

@raganmd
Last active December 11, 2017 15:18
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 raganmd/649b4ead421d525c3b2f623118158a58 to your computer and use it in GitHub Desktop.
Save raganmd/649b4ead421d525c3b2f623118158a58 to your computer and use it in GitHub Desktop.
Example JSON cue structure for blog post.
{
"cues": {
"cue1": {
"Tox": "Swank",
"Par1": 0,
"Par2": 1,
"Par3": 4,
"Par4": 0.75
},
"cue2": {
"Tox": "Curl",
"Par1": 0.775,
"Par2": 100.0,
"Par3": 13,
"Par4": 0.75
},
"cue3": {
"Tox": "Boop",
"Par1": 0.875,
"Par2": None,
"Par3": None,
"Par4": None
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment