Skip to content

Instantly share code, notes, and snippets.

@raganmd
Last active December 11, 2017 15:17
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/78a4924ad5e8f363c1e123d1604ea4f0 to your computer and use it in GitHub Desktop.
Save raganmd/78a4924ad5e8f363c1e123d1604ea4f0 to your computer and use it in GitHub Desktop.
Example JSON cue structure for blog post.
{
"cues": {
"cue1": {
"Tox": "Swank",
"Level_1": 0,
"Noise": 1,
"Level3": 4,
"Blacklvl": 0.75
},
"cue2": {
"Tox": "Curl",
"Bouncy": 0.775,
"Curve": 100.0,
"Augment": 13,
"Blklvl": 0.75
},
"cue3": {
"Tox": "Boop",
"Boopness": 0.775
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment