You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the record, my usecase is accessing some config in json format in which a list of servers is written by the config system (e.g Chef in our case) but where I only need the first element ("seed node"). It should be a valid usecase for a configuration and having to drop down to an array and go back to a config object seems to be like a broken path to me.
Given a nested JSON as configuration, like:
is it possible to address elements of an array directly in a path?
At the moment we need to do something like the following, which is kind of verbose:
Something like this would be ideal:
Does the TypeSafe API supports something like this?
The text was updated successfully, but these errors were encountered: