Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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