Skip to content
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

support parameter subelement accessors #8

Closed
petri opened this issue Mar 1, 2017 · 0 comments
Closed

support parameter subelement accessors #8

petri opened this issue Mar 1, 2017 · 0 comments

Comments

@petri
Copy link
Member

petri commented Mar 1, 2017

Make more advanced parametrization possible by using a slash to indicate a subelement of a parameter data structure, thus: $parameter/subelement, or $parameter/0. The first case would return a subelement of a mapping, by key, and the latter of a sequence, by index (starting from zero).

For implementation, it may be sufficient to just split the parameter at slashes and iterate over them and the parameter data structure.

@petri petri changed the title support parameter subelement addressing support parameter subelement accessors Mar 1, 2017
@petri petri closed this as completed Mar 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant