Open
Description
For arrays one is often interested in referencing a particular item. Current referencing is only supported by index, but often the index is unknown. In that case it would be beneficial to reference an item by selecting the first one having a particular element value for example with an XPath like syntax:
${settings.servers[id='apache'].passphrase}