Replies: 1 comment
-
Maybe this mostly makes sense when the user has no control over the data structure being loaded. Otherwise, when would a list of dicts make more sense than a nested namespace (e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
References are allowed to an entire subtree, but should that be possible in a sequence? Something like
where
config.blah
would resolve to value 'second value'.Parsing the reference wouldn't be too hard, recursive references wouldn't even be a problem, but would this hurt anywhere?
Beta Was this translation helpful? Give feedback.
All reactions