-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested Config #107
Comments
Probably not. |
This is possible with |
I think it may have been a mistake to allow it in But, upon reflection, I suspect my initial reaction may be too conservative, and there may be actual value in this feature. I'm open to reviewing a change that allows nesting of configuration in this way, provided the API and behavior is consistent across ffyaml, fftoml, and ffjson. |
This can be closed per #112 Thanks again to both of you! |
Would you be open to a PR that enables nesting inside JSON configurations? This would allow flags containing dots to be looked up at the corresponding path. E.g. the flag
a.b
could be configured inside{"a": {"b":"xxx"}}
.The text was updated successfully, but these errors were encountered: