I have a react project that I want to A/B test, but the two test groups require a different setup in my project.json file. Is it possible to set up my project to programmatically pick which project.json setup it uses?
I know the JSON files themselves cannot contain if/else statements, and I don't see any place in my project where you can specify which project.json file to use.