Consider JSON in this format :
\"Stuffs\": [ { \"Name\": \"Darts\", \"Type\": \"Fun Stuff\" }, { \"Name\": \"Clean Toilet
David Brabant's answer led me to what I needed, with this addition:
x.Stuffs | where { $_.Name -eq "Darts" } | Select -ExpandProperty Type