Last active
March 10, 2016 05:35
-
-
Save hden/6fd6bd16156f5bd1bdcf to your computer and use it in GitHub Desktop.
Feature Toggles
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
| { | |
| "experiement-namespace": "B", | |
| "another-namespace": "A" | |
| } |
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
| { | |
| "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