fruit[
{name:apple,color:red},
{name:banana,color:yellow},
{name:melon,color:green}
]
ここから配列番号指定せずにyellowを取得できる方法ってある?