Skip to content

Instantly share code, notes, and snippets.

@youknowjack
Last active August 29, 2015 14:02
Show Gist options
  • Save youknowjack/a22ea013c967cadcb4f8 to your computer and use it in GitHub Desktop.
Save youknowjack/a22ea013c967cadcb4f8 to your computer and use it in GitHub Desktop.
{
"allocations" : [
{
"rule" : "'US' == country && 'en' == userLanguage",
"ranges": [
{
"length": 0.5,
"bucketValue": 0
},
{
"length": 0.5,
"bucketValue": 1
}
]
},
{
"rule" : null,
"ranges" : [
{
"length" : 1.0,
"bucketValue" : -1
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment