I have the follow array and and am trying to get the meta_value for the the object that has the meta_key of license_number. How can I return that value?
items: [
{
account_id: "7890",
t: 1990007,
meta_value: "27",
id: "123",
create_date: 1507174015113,
update_date: 1512628710384,
meta_key: "content_items",
},
{
account_id: "7890",
t: 1990007,
meta_value: "123456",
id: "123",
create_date: 1498492590855,
update_date: 1498492590855,
meta_key: "location_id",
},
{
account_id: "7890",
t: 1990007,
meta_value: "123456789",
id: "123",
create_date: 1498492590855,
update_date: 1498492590855,
meta_key: "license_number",
}
]