Last active
December 11, 2017 15:17
-
-
Save raganmd/78a4924ad5e8f363c1e123d1604ea4f0 to your computer and use it in GitHub Desktop.
Example JSON cue structure for blog post.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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