Sometimes it's useful to be able to access specific content from a dict based on values, rather than keys. Take for example, a user dict that contains the following information. --- users : - name : john email : john@example.com - name : jane email : jane@example.com - name : fred email : fred@example.com password : 123!abc You might want to send an email to john and jane, suggesting they set a pa