Last active
August 29, 2015 14:02
-
-
Save youknowjack/5a2bc946ee4db1794ba7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"buckets": [ | |
{ | |
"name": "control", | |
"value": 0, | |
"description": "current button treatment (A)", | |
"payload": { | |
"stringValue": "#dddddd" | |
} | |
}, | |
{ | |
"name": "altcolor", | |
"value": 1, | |
"description": "test background color (B)", | |
"payload": { | |
"stringValue": "#2164f3" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment