Skip to content

Instantly share code, notes, and snippets.

@hden
Last active March 10, 2016 05:35
Show Gist options
  • Select an option

  • Save hden/6fd6bd16156f5bd1bdcf to your computer and use it in GitHub Desktop.

Select an option

Save hden/6fd6bd16156f5bd1bdcf to your computer and use it in GitHub Desktop.
Feature Toggles
{
"experiement-namespace": "B",
"another-namespace": "A"
}
{
"experiement-namespace": {
"defaultVariant": "A",
"expiredAt": "2007-01-01",
"variants": {
"A": 1,
"B": 1,
"C": 1
}
},
"another-namespace": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment