I am working on an application that gets an id number -- and then I need to find the object that an element with an id. so if I have the value 6 --- I want to gain access to the correct object in this array so I can then read service_name
[{
"id": 2,
"service_name": "benny"
},{
"id": 5,
"service_name": "ready"
},{
"id": 6,
"service_name": "chitty"
},{
"id": 9,
"service_name": "robby"
}]