Below is a JSON response from a GET API call
[{
"_id": "60df3ffd440138383acb62cb",
"sequence": 2412,
"kit_config_id": {
"_id": "60df3ffd440138383acb62c6",
"kitDetails": [{
"_id": "60df3ffd440138383acb62ca"
},
{
"_id": "60df3ffd440138383acb62c9"
}
]
}
}]
I want to fetch the value of this _id
"60df3ffd440138383acb62c9" that is inside the kitDetails
.